summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-07-20 22:12:59 -0400
committerJoey Dumont2021-07-20 22:12:59 -0400
commit11478569f4823ac948ac88f404eb43191601045c (patch)
tree221fd03afab11287c9fe69d5ff2fc8a4d0693cd6
parente873173f866c9f9eff54b05495cf586f21ab335b (diff)
downloadaur-11478569f4823ac948ac88f404eb43191601045c.tar.gz
upgpkg: mips64-ultra-elf-binutils 2.37_r153.b5056b4-1
upgpkg: mips64-ultra-elf-gcc-stage1 11.1.0_r153.b5056b4-1 upgpkg: mips64-ultra-elf-gcc 11.1.0_r153.b5056b4-1 upgpkg: mips64-ultra-elf-gdb 10.2_r153.b5056b4-1 upgpkg: mips64-ultra-elf-newlib 4.1.0_r153.b5056b4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a9e1b922716..8daed7ff3a4a 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.36.1_r144.128cbf0
+ pkgver = 2.37_r153.b5056b4
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.36.1.tar.xz
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
source = git+https://github.com/glankk/n64.git#branch=n64-ultra
- sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
+ sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
sha256sums = SKIP
pkgname = mips64-ultra-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 05c54d3d6bd6..a7faf91b8596 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.36.1
-pkgver=2.36.1_r144.128cbf0
+_binutilsver=2.37
+pkgver=2.37_r153.b5056b4
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,9 +13,8 @@ depends=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${_binutilsver}.tar.xz"
"git+https://github.com/glankk/n64.git#branch=n64-ultra"
)
-sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0'
- 'SKIP'
-)
+sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c'
+ 'SKIP')
pkgver() {
cd "${srcdir}/n64/"