summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthatmadhacker2019-08-16 10:53:56 -0400
committerthatmadhacker2019-08-16 10:53:56 -0400
commit260ce79e9f4451475f4d7993269b5a3b5965f7e3 (patch)
tree45c8aa25af77bae808feaac22f3eb1fbcb4121b2
parent20a456f3a9520e939e0c0cc92e088544cab3bd8c (diff)
downloadaur-260ce79e9f4451475f4d7993269b5a3b5965f7e3.tar.gz
Updated to the latest version of binutils
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b387b537ff9..84695e3f66ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x86_64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the x86_64-elf target
- pkgver = 2.31.1
+ pkgver = 2.32
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = x86_64-elf-binutils
depends = zlib
options = !emptydirs
options = !docs
- source = http://mirrors.kernel.org/gnu/binutils/binutils-2.31.1.tar.xz
- sha256sums = 5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
+ source = http://mirrors.kernel.org/gnu/binutils/binutils-2.32.tar.xz
+ sha256sums = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
pkgname = x86_64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 73a3d943427c..ca3c0614b695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _sysroot=/usr/lib/${_target}
_pkgname=binutils
pkgname=$_target-${_pkgname}
-pkgver=2.31.1
+pkgver=2.32
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the x86_64-elf target'
arch=(x86_64)
@@ -14,7 +14,7 @@ license=(GPL)
depends=(zlib)
options=(!emptydirs !docs)
source=("http://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz")
-sha256sums=('5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86')
+sha256sums=('0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04')
_basedir=binutils-$pkgver
prepare() {