X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/aa4722fc77f871580ed63a5bd9da0c352c086407..544181cd4fe22c3696af5d5d7d97a920dbc279c6:/packages/automake/build.sh diff --git a/packages/automake/build.sh b/packages/automake/build.sh index e8b56021..35ce3b42 100644 --- a/packages/automake/build.sh +++ b/packages/automake/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/automake/ TERMUX_PKG_DESCRIPTION="Tool for automatically generating Makefile.in files" TERMUX_PKG_VERSION=1.15 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/automake/automake-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_REVISION=1 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/automake/automake-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_DEPENDS="autoconf" TERMUX_PKG_PLATFORM_INDEPENDENT=yes