summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebdb6acdf3fd..c7975fb67902 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mips64-ultra-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for mips64-ultra-elf
- pkgver = 2.40_r171.c378110
+ pkgver = 2.41_r172.97ae725
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
makedepends = git
depends = libelf
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.bz2
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.bz2
source = git+https://github.com/glankk/n64.git#branch=n64-ultra
- sha256sums = f8298eb153a4b37d112e945aa5cb2850040bcf26a3ea65b5a715c83afe05e48a
+ sha256sums = a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b
sha256sums = SKIP
pkgname = mips64-ultra-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index a01284a2a0ef..afd372718f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
_target=mips64-ultra-elf
pkgname=${_target}-binutils
-_binutilsver=2.40
-pkgver=2.40_r171.c378110
+_binutilsver=2.41
+pkgver=2.41_r172.97ae725
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for ${_target}"
url="http://www.gnu.org/software/binutils/"
@@ -13,7 +13,7 @@ depends=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${_binutilsver}.tar.bz2"
"git+https://github.com/glankk/n64.git#branch=n64-ultra"
)
-sha256sums=('f8298eb153a4b37d112e945aa5cb2850040bcf26a3ea65b5a715c83afe05e48a'
+sha256sums=('a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b'
'SKIP')
pkgver() {