summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2021-07-19 18:26:54 +0200
committerSimon Eriksson2021-07-19 18:26:54 +0200
commit120c3d1a535ad787dda4451e701bdbf1f618a7f3 (patch)
treeee94c9bd07b7cbf54e887a26acd047199578fc4b
parent21c8f947f713729f5983ebb6bdde1a834f01d907 (diff)
downloadaur-120c3d1a535ad787dda4451e701bdbf1f618a7f3.tar.gz
Update to 2.37
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44f096f8c7e1..6f6e71a9ea2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
- pkgver = 2.36
+ pkgver = 2.37
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.36.tar.xz
- sha256sums = 5788292cc5bbcca0848545af05986f6b17058b105be59e99ba7d0f9eb5336fb8
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
+ sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
pkgname = mips64-elf-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index b3fab33de5f0..317e90b02161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.36
+pkgver=2.37
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=('5788292cc5bbcca0848545af05986f6b17058b105be59e99ba7d0f9eb5336fb8')
+sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c')
prepare() {
cd binutils-${pkgver}