X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/120f5337631749bdd06ff93e9c827fd967c0de77..e14f677c9e9d0d1170aecf9e041f84eb65ed18fd:/packages/binutils/build.sh diff --git a/packages/binutils/build.sh b/packages/binutils/build.sh index 3933536f..984cbfb3 100755 --- a/packages/binutils/build.sh +++ b/packages/binutils/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/binutils/ TERMUX_PKG_DESCRIPTION="Collection of binary tools, the main ones being ld, the GNU linker, and as, the GNU assembler" TERMUX_PKG_VERSION=2.28 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-werror --with-system-zlib"