summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2022-02-15 20:55:15 -0500
committerJoey Dumont2022-02-15 20:55:15 -0500
commit2bf727d2d9de3933ba3d1384e5b5c176ff965946 (patch)
treec74bd40121b113b1c6a261ef2ce33979116bbcb0
parent11478569f4823ac948ac88f404eb43191601045c (diff)
downloadaur-2bf727d2d9de3933ba3d1384e5b5c176ff965946.tar.gz
upgpkg: mips64-ultra-elf-binutils 2.38_r157.9bf208f-1
upgpkg: mips64-ultra-elf-gdb 11.2_r157.9bf208f-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8daed7ff3a4a..17a4f367e75c 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.37_r153.b5056b4
+ pkgver = 2.38_r157.9bf208f
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.37.tar.xz
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
source = git+https://github.com/glankk/n64.git#branch=n64-ultra
- sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
+ sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
sha256sums = SKIP
pkgname = mips64-ultra-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index a7faf91b8596..6aa4357abe13 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.37
-pkgver=2.37_r153.b5056b4
+_binutilsver=2.38
+pkgver=2.38_r157.9bf208f
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.xz"
"git+https://github.com/glankk/n64.git#branch=n64-ultra"
)
-sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c'
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024'
'SKIP')
pkgver() {