Browse Source

binutils: bump revision after 0d1170cc

emacs-27
Leonid Plyushch 6 years ago
parent
commit
7204b307f6
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      packages/binutils/binutils-gold.subpackage.sh
  2. 2
      packages/binutils/build.sh

1
packages/binutils/binutils-gold.subpackage.sh

@ -1,3 +1,2 @@
TERMUX_SUBPKG_INCLUDE="bin/ld.gold bin/gold"
TERMUX_SUBPKG_DEPENDS="binutils"
TERMUX_SUBPKG_DESCRIPTION="gold linker"

2
packages/binutils/build.sh

@ -2,7 +2,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_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=2.32
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/binutils/binutils-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="zlib"

Loading…
Cancel
Save