summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Chen2019-12-25 10:57:04 +0800
committerHarry Chen2019-12-25 10:57:04 +0800
commit0ccc983f56ccd70540411642af618342c6de0ab9 (patch)
treef06356e0f4144167c9f6a29e0aba9697c61b8055
parent13ae7ad8ec01f0f17e82c07aa052348aee8809cc (diff)
downloadaur-0ccc983f56ccd70540411642af618342c6de0ab9.tar.gz
Bump to v2.33.1
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 79cf72776d1c..c0d48578d528 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.32
+ pkgver = 2.33.1
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.32.tar.xz
- md5sums = 0d174cdaf85721c5723bf52355be41e6
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.xz
+ md5sums = 9406231b7d9dd93731c2d06cefe8aaf1
pkgname = cross-mipsel-linux-gnu-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 13e8f990bf7b..36b785091acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.32
+pkgver=2.33.1
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=('0d174cdaf85721c5723bf52355be41e6')
+md5sums=('9406231b7d9dd93731c2d06cefe8aaf1')
_sysroot="/usr/lib/cross-${_target}"
prepare() {