diff options
author | Jannik Birk <birk.jannik@gmail.com> | 2016-10-16 18:16:33 +0200 |
---|---|---|
committer | Jannik Birk <birk.jannik@gmail.com> | 2016-10-16 18:16:33 +0200 |
commit | a0b04359d8aaddf54e0815512488978a90adeff9 (patch) | |
tree | fa746af2ede4e6e04651acc0f1ce67d1b163e3ad | |
parent | Initial commit (diff) | |
download | i686-elf-binutils-a0b04359d8aaddf54e0815512488978a90adeff9.tar.xz |
Update to 2.27
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _target=i686-elf pkgname=$_target-binutils -pkgver=2.25 +pkgver=2.27 pkgrel=1 pkgdesc='A set of programs to assemble and manipulate binary and object files for the i686-elf target' arch=(i686 x86_64) @@ -10,7 +10,7 @@ url='http://www.gnu.org/software/binutils/' license=(GPL) depends=(zlib) source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2) -sha256sums=('22defc65cfa3ef2a3395faaea75d6331c6e62ea5dfacfed3e2ec17b08c882923') +sha256sums=('369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88') prepare() { cd binutils-$pkgver |