summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid P2020-03-28 20:01:12 -0300
committerDavid P2020-03-28 20:01:12 -0300
commit5b070f07b32c244cdb5e57fb9ae21473658f2c79 (patch)
tree4433c2ce9cee7c0ba3c5218e610a3e55b1e52eaf
parent52df2a7899d4a299e36969036d3386e06bbe1450 (diff)
downloadaur-5b070f07b32c244cdb5e57fb9ae21473658f2c79.tar.gz
upgpkg: sh-elf-binutils 2.34-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af3ea0422ca6..04f8fae85731 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.32
+ pkgver = 2.34
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.32.tar.bz2
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.bz2.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2.sig
validpgpkeys = EAF1C276A747E9ED86210CBAC3126D3B4AE55E93
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha512sums = 99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12
+ sha512sums = f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
sha512sums = SKIP
pkgname = sh-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index cff4cb87d0fd..f48d58b7a3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=sh-elf
pkgname=$_target-binutils
-pkgver=2.32
+pkgver=2.34
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=('99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12'
+sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067'
'SKIP')
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold <gingold@adacore.com>
'3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>