summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Chen2020-05-10 22:40:52 +0800
committerHarry Chen2020-05-10 22:40:52 +0800
commit3f9663feb4c9369130924a065022afc0a944c66d (patch)
tree8db8727953f26ed9aad24dd5707ca5a421527353
parent0ccc983f56ccd70540411642af618342c6de0ab9 (diff)
downloadaur-3f9663feb4c9369130924a065022afc0a944c66d.tar.gz
Bump to v2.34
Signed-off-by: Harry Chen <i@harrychen.xyz>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d48578d528..d6b227ef5374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cross-mipsel-linux-gnu-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the MIPS architecture
- pkgver = 2.33.1
+ pkgver = 2.34
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = xz
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.xz
- md5sums = 9406231b7d9dd93731c2d06cefe8aaf1
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz
+ sha256sums = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
pkgname = cross-mipsel-linux-gnu-binutils
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() {