zip: Fix src download url

This commit is contained in:
Fredrik Fornwall 2016-10-28 14:31:02 -04:00
parent 08f81b7cc7
commit 6a69d51f4c
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ 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/infozip/unzip60.tar.gz
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/infozip/unzip60.tar.gz
TERMUX_PKG_SHA256=036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37
TERMUX_PKG_DEPENDS="libandroid-support"
TERMUX_PKG_BUILD_IN_SRC=yes

View File

@ -1,7 +1,8 @@
TERMUX_PKG_VERSION=3.0
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/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/infozip/zip30.tar.gz
TERMUX_PKG_SHA256=f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
TERMUX_PKG_DEPENDS="libandroid-support,bzip2"
TERMUX_PKG_BUILD_IN_SRC=yes