summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise2019-01-22 18:50:44 +0100
committerLouise2019-01-22 18:50:44 +0100
commit97d84cbf0f17154798bdd97c3a66abdf6c0b037e (patch)
treedafc50d0bce774dbd6cec13f3714c61a42e63144
parent1fce4d9ba4c56a528f6b7043e5832a2401aea93a (diff)
downloadaur-sh4eb-nofpu-elf-binutils.tar.gz
Updated to binutils 2.31.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902dad41c9b1..42a89b2f49fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sh4eb-nofpu-elf-binutils
pkgdesc = GNU binary utilities for the sh4eb-nofpu-elf target.
- pkgver = 2.30
+ pkgver = 2.31.1
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = sh4eb-nofpu-elf-binutils
depends = flex
options = !libtool
options = !buildflags
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.bz2
- sha256sums = efeade848067e9a03f1918b1da0d37aaffa0b0127a06b5e9236229851d9d0c09
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.bz2
+ sha256sums = ffcc382695bf947da6135e7436b8ed52d991cf270db897190f19d6f9838564d0
pkgname = sh4eb-nofpu-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 39d03fea8fe7..41516361ddf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_target=sh4eb-nofpu-elf
pkgname=${_target}-binutils
-pkgver=2.30
+pkgver=2.31.1
pkgrel=1
pkgdesc="GNU binary utilities for the ${_target} target."
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=('zlib' 'flex')
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
-sha256sums=('efeade848067e9a03f1918b1da0d37aaffa0b0127a06b5e9236229851d9d0c09')
+sha256sums=('ffcc382695bf947da6135e7436b8ed52d991cf270db897190f19d6f9838564d0')
prepare() {
cd "${srcdir}/binutils-${pkgver}"