summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2022-05-02 23:16:44 +0200
committerSimon Eriksson2022-05-02 23:16:44 +0200
commitd765271f99ca256539ddb73e24ec50bfc6345564 (patch)
tree670784838eec62b2073d2e9ab9f18cb70132d8e0
parent120c3d1a535ad787dda4451e701bdbf1f618a7f3 (diff)
downloadaur-d765271f99ca256539ddb73e24ec50bfc6345564.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 6f6e71a9ea2c..049639c0dbee 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.37
+ pkgver = 2.38
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.37.tar.xz
- sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
+ sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
pkgname = mips64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 317e90b02161..8465604446dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.37
+pkgver=2.38
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=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c')
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
prepare() {
cd binutils-${pkgver}