summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry Chen2020-05-10 22:40:52 +0800
committerHarry Chen2020-05-10 22:40:52 +0800
commit3f9663feb4c9369130924a065022afc0a944c66d (patch)
tree8db8727953f26ed9aad24dd5707ca5a421527353 /PKGBUILD
parent0ccc983f56ccd70540411642af618342c6de0ab9 (diff)
downloadaur-3f9663feb4c9369130924a065022afc0a944c66d.tar.gz
Bump to v2.34
Signed-off-by: Harry Chen <i@harrychen.xyz>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36b785091acb..7dd6cde391dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.33.1
+pkgver=2.34
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the MIPS architecture"
url="http://www.gnu.org/software/binutils/"
@@ -12,7 +12,7 @@ arch=('x86_64')
license=('GPL')
depends=('xz')
source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.xz")
-md5sums=('9406231b7d9dd93731c2d06cefe8aaf1')
+sha256sums=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')
_sysroot="/usr/lib/cross-${_target}"
prepare() {