summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannik Birk2016-10-16 18:16:33 +0200
committerJannik Birk2016-10-16 18:16:33 +0200
commita0b04359d8aaddf54e0815512488978a90adeff9 (patch)
treefa746af2ede4e6e04651acc0f1ce67d1b163e3ad
parentc39de30da2d8deb39c4293cba1d7a1fd4606e1da (diff)
downloadaur-a0b04359d8aaddf54e0815512488978a90adeff9.tar.gz
Update to 2.27
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf12f7d517dc..4252d6106ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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