unzip: Fix src download url

This commit is contained in:
Fredrik Fornwall 2016-10-28 14:21:22 -04:00
parent 8fccbdd67a
commit c5493e19ad
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ TERMUX_PKG_VERSION=6.0
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_HOMEPAGE=http://www.info-zip.org/
TERMUX_PKG_DESCRIPTION="Tools for working with zip files"
TERMUX_PKG_SRCURL="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/infozip/unzip60.tar.gz
TERMUX_PKG_SHA256=036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
TERMUX_PKG_DEPENDS="libandroid-support"
TERMUX_PKG_BUILD_IN_SRC=yes