X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..272404e1fefa8fbac475c492091c8e351f9a5c09:/packages/parallel/build.sh diff --git a/packages/parallel/build.sh b/packages/parallel/build.sh index 858cbc44..24817f61 100644 --- a/packages/parallel/build.sh +++ b/packages/parallel/build.sh @@ -1,5 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/parallel/ TERMUX_PKG_DESCRIPTION="GNU Parallel is a shell tool for executing jobs in parallel using one or more machines" -TERMUX_PKG_VERSION=20150522 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/parallel/parallel-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_VERSION=20170522 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/parallel/parallel-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=8a0d51632921b80102817151b62ea17eed6b28d088c40d94ed4ee40618a3bccc TERMUX_PKG_DEPENDS="perl" +TERMUX_PKG_PLATFORM_INDEPENDENT=yes