X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/768547b0140155b54f31affa57698afec66acfe2..b8132d99a5f570edc372d49dd07652bf9920d865:/packages/make/build.sh diff --git a/packages/make/build.sh b/packages/make/build.sh index 13f2940e..2a10228f 100755 --- a/packages/make/build.sh +++ b/packages/make/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/make/ -TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and other non-source files of a program from the program's source files" -TERMUX_PKG_VERSION=4.1 -TERMUX_PKG_BUILD_REVISION=1 -TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_DESCRIPTION="Tool to control the generation of non-source files from source files" +TERMUX_PKG_VERSION=4.2.1 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7 # Prevent linking against libelf: TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_lib_elf_elf_begin=no"