From: Fredrik Fornwall Date: Fri, 28 Oct 2016 18:21:22 +0000 (-0400) Subject: unzip: Fix src download url X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/c5493e19ade26eebc605720ee7b51199b0e84b87?ds=sidebyside unzip: Fix src download url --- diff --git a/packages/unzip/build.sh b/packages/unzip/build.sh index 3fd01f14..8f4a2068 100644 --- a/packages/unzip/build.sh +++ b/packages/unzip/build.sh @@ -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