From: Fredrik Fornwall Date: Sun, 18 Mar 2018 20:00:14 +0000 (+0100) Subject: binutils: Bump revision after patch X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/0c45fbcde7f171e0102b8792dd05761cf197efd8?hp=a465e17ac955a7a8fd237e9a24820bc4e3cd4c9b binutils: Bump revision after patch --- diff --git a/packages/binutils/build.sh b/packages/binutils/build.sh index 0a74f865..80b3b996 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.30 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=8c3850195d1c093d290a716e20ebcaa72eda32abf5e3d8611154b39cff79e9ea TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-werror --with-system-zlib --enable-new-dtags"