summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4603c4de493..cd33e8e6eef8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 14 13:17:13 UTC 2017
+# Thu Aug 31 16:45:21 UTC 2017
pkgbase = aarch64-none-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files.
- pkgver = 2.28
+ pkgver = 2.29
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = aarch64-none-elf-binutils
depends = glibc
depends = zlib
options = !buildflags
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.28.tar.bz2
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.28.tar.bz2.sig
- sha1sums = f8b033731f6baa437d429c60e2623570f1ef9d6b
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.bz2
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.29.tar.bz2.sig
+ sha1sums = 4376bce1e58d591c6a5dd44fc8713f154208d735
sha1sums = SKIP
pkgname = aarch64-none-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 206512f320d7..5952a8c5bf3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=aarch64-none-elf
pkgname=${_target}-binutils
-pkgver=2.28
+pkgver=2.29
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files.'
url='https://www.gnu.org/software/binutils/'
@@ -11,7 +11,7 @@ license=('GPL3')
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2"
"https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2.sig")
validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') # Tristan Gingold <gingold@adacore.com>
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
'SKIP')
arch=('x86_64')
depends=('glibc' 'zlib')