summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248eb7b83026..1c9ba6ad4696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
- pkgver = 2.39
+ pkgver = 2.40
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = libelf
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz
- sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz
+ sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
pkgname = mips64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index b22048010760..e4b5760ac88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.39
+pkgver=2.40
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=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
-sha256sums=('645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00')
+sha256sums=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1')
prepare() {
cd binutils-${pkgver}