summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2019-11-11 22:48:53 +0100
committerSimon Eriksson2019-11-11 22:48:53 +0100
commitd7d7da13305d4304f588c3adfb5a768f0bd94e49 (patch)
tree1c2feb8fd984829c2328c2fa1fed1e64c7a83472
parent80b83eda2605f9711130e075c9005ad44a80024a (diff)
downloadaur-d7d7da13305d4304f588c3adfb5a768f0bd94e49.tar.gz
Update to 2.33.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef5d155a79f..fc54d829d71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
- pkgver = 2.32
+ pkgver = 2.33.1
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = zlib
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.xz
- sha256sums = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.xz
+ sha256sums = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
pkgname = mips64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 842b46706ae7..881bcf300f4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.32
+pkgver=2.33.1
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
@@ -11,7 +11,7 @@ arch=('x86_64')
license=('GPL')
depends=('zlib')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
-sha256sums=('0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04')
+sha256sums=('ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf')
prepare() {
cd binutils-${pkgver}