Skip to content

Commit

Permalink
binutils: update to 2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgg committed Feb 1, 2020
1 parent b42740b commit 3b3be63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/binutils/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'binutils'
pkgname=binutils
version=2.33.1
version=2.34
revision=1
bootstrap=yes
short_desc="GNU binary utilities"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/binutils/"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
checksum=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952

if [ "$CHROOT_READY" ]; then
hostmakedepends="flex perl"
Expand All @@ -18,7 +18,7 @@ else
unset XBPS_CHECK_PKGS
XBPS_TRIPLET=x86_64-unknown-linux-gnu
fi
makedepends+=" zlib-devel"
makedepends+=" zlib-devel texinfo"

do_configure() {
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
Expand Down

0 comments on commit 3b3be63

Please sign in to comment.