From 988d27f1a5bad017e6a4fe58ddb0875847af6f3e Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 11 Sep 2018 00:46:59 +0200 Subject: [PATCH] binutils: Bump revision after change --- packages/binutils/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/binutils/build.sh b/packages/binutils/build.sh index 3b369142c..1b10640bf 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.31.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SHA256=e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-gold --enable-plugins --disable-werror --with-system-zlib --enable-new-dtags"