summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f98f93cb2799..094d45646555 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Apr 3 19:19:01 UTC 2018
pkgbase = m68k-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (m68k-elf)
- pkgver = 2.30
+ pkgver = 2.31
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -13,8 +11,8 @@ pkgbase = m68k-elf-binutils
options = staticlibs
options = !distcc
options = !ccache
- source = http://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.xz
- sha256sums = 6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.31.tar.xz
+ sha256sums = 231036df7ef02049cdbff0681f4575e571f26ea8086cf70c2dcd3b6c0f4216bf
pkgname = m68k-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 0f6a8890263a..0d9670013d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-binutils
-pkgver=2.30
+pkgver=2.31
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ license=('GPL')
depends=('glibc>=2.23' 'zlib')
options=('staticlibs' '!distcc' '!ccache')
source=(http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6')
+sha256sums=('231036df7ef02049cdbff0681f4575e571f26ea8086cf70c2dcd3b6c0f4216bf')
prepare() {
cd binutils-${pkgver}