summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyak2015-11-24 20:46:01 +0300
committerkyak2015-11-24 20:46:01 +0300
commit8400d609de65500174066b981f452414084fb825 (patch)
treedd6621b403ff0b5ca9701ba789563ab679a5998f
parent768fbc2386b0ffc6a7d789feb00f4d4e6be2e05b (diff)
downloadaur-8400d609de65500174066b981f452414084fb825.tar.gz
Update to 2.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb98670b8d40..01580730b69e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.24
+ pkgver = 2.25
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
license = GPL
depends = zlib
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.bz2
- md5sums = e0f71a7b2ddab0f8612336ac81d9636b
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.25.tar.bz2
+ md5sums = d9f3303f802a5b6b0bb73a335ab89d66
pkgname = cross-mipsel-linux-gnu-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 73532eb47116..52252237223d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.24
+pkgver=2.25
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/"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('zlib')
source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('e0f71a7b2ddab0f8612336ac81d9636b')
+md5sums=('d9f3303f802a5b6b0bb73a335ab89d66')
_sysroot="/usr/lib/cross-${_target}"
prepare() {