summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2020-04-03 22:46:40 +0200
committerSimon Eriksson2020-04-03 22:46:40 +0200
commit40d0bf6a47a3a8ca5a3a41ae1ec733dafd823a93 (patch)
tree4fa33f59af5c4655ee5455c7adf51f2faf3d6e12 /PKGBUILD
parentd7d7da13305d4304f588c3adfb5a768f0bd94e49 (diff)
downloadaur-40d0bf6a47a3a8ca5a3a41ae1ec733dafd823a93.tar.gz
Update to 2.34
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 881bcf300f4f..61d75651f83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.33.1
+pkgver=2.34
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=('ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf')
+sha256sums=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')
prepare() {
cd binutils-${pkgver}