summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLouise2019-01-22 18:50:44 +0100
committerLouise2019-01-22 18:50:44 +0100
commit97d84cbf0f17154798bdd97c3a66abdf6c0b037e (patch)
treedafc50d0bce774dbd6cec13f3714c61a42e63144 /PKGBUILD
parent1fce4d9ba4c56a528f6b7043e5832a2401aea93a (diff)
downloadaur-sh4eb-nofpu-elf-binutils.tar.gz
Updated to binutils 2.31.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"