summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid P2019-06-14 14:48:18 -0400
committerDavid P2019-06-14 14:48:18 -0400
commit52df2a7899d4a299e36969036d3386e06bbe1450 (patch)
tree623366052038f46621bde9dda60fdd72c88dc1e1
parentaf2116be65666fa59c29a2bfb3bd4198d17eb4db (diff)
downloadaur-52df2a7899d4a299e36969036d3386e06bbe1450.tar.gz
upgpkg: sh-elf-binutils 2.32-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da1ca00ccf67..af3ea0422ca6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sh-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the SuperH target
- pkgver = 2.31.1
+ pkgver = 2.32
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = sh-elf-binutils
arch = armv7h
license = GPL
depends = zlib
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.bz2
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.bz2.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2.sig
validpgpkeys = EAF1C276A747E9ED86210CBAC3126D3B4AE55E93
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha512sums = b42954e6f49a0adcd2676bdd77dfb59bfc25cec8184b007521d1e2b1d5d0593b58639e3d9448d5a40fe024c3cea386a37743627d6bb16d502f52a4a32b9573bd
+ sha512sums = 99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12
sha512sums = SKIP
pkgname = sh-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 00c5a76ae4a5..cff4cb87d0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=sh-elf
pkgname=$_target-binutils
-pkgver=2.31.1
+pkgver=2.32
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the SuperH target'
arch=('x86_64' 'i686' 'armv7h')
@@ -10,7 +10,7 @@ url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=(zlib)
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha512sums=('b42954e6f49a0adcd2676bdd77dfb59bfc25cec8184b007521d1e2b1d5d0593b58639e3d9448d5a40fe024c3cea386a37743627d6bb16d502f52a4a32b9573bd'
+sha512sums=('99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12'
'SKIP')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com>
'3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>