summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoon Sungjoon2022-02-10 20:09:09 +0900
committerMoon Sungjoon2022-02-10 20:09:09 +0900
commit90d08027aaecd023a3ee03cc5e3e9d907f7f25b8 (patch)
tree87b239929c363cc4f61b5df52acaf4b96b2128cb
parentca0e1a770b411498f31e906a4bca8ee0951fe66f (diff)
downloadaur-90d08027aaecd023a3ee03cc5e3e9d907f7f25b8.tar.gz
Update to 2.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6703faa75fd7..aaa21e93099f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mips-linux-gnu-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the MIPS target
- pkgver = 2.37
+ pkgver = 2.38
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = zlib
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.bz2
- sha512sums = b3f5184697f77e94c95d48f6879de214eb5e17aa6ef8e96f65530d157e515b1ae2f290e98453e4ff126462520fa0f63852b6e1c8fbb397ed2e41984336bc78c6
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.bz2
+ sha512sums = 7690b4158bd6587a85c6b98903980b9ac6f16b47f7fd1e60986b0a70388bedcfdc05d75597aa49c81fec1609ce24bed6c26583f76fd2471a9d63394fd9798afc
pkgname = mips-linux-gnu-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 044be9d72e89..f00fc5ab48d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips-linux-gnu
pkgname=${_target}-binutils
-pkgver=2.37
+pkgver=2.38
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the MIPS target'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='http://www.gnu.org/software/binutils/'
license=('GPL')
depends=('zlib')
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
-sha512sums=('b3f5184697f77e94c95d48f6879de214eb5e17aa6ef8e96f65530d157e515b1ae2f290e98453e4ff126462520fa0f63852b6e1c8fbb397ed2e41984336bc78c6')
+sha512sums=('7690b4158bd6587a85c6b98903980b9ac6f16b47f7fd1e60986b0a70388bedcfdc05d75597aa49c81fec1609ce24bed6c26583f76fd2471a9d63394fd9798afc')
prepare() {
cd binutils-${pkgver}