summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2021-07-19 18:26:54 +0200
committerSimon Eriksson2021-07-19 18:26:54 +0200
commit120c3d1a535ad787dda4451e701bdbf1f618a7f3 (patch)
treeee94c9bd07b7cbf54e887a26acd047199578fc4b /PKGBUILD
parent21c8f947f713729f5983ebb6bdde1a834f01d907 (diff)
downloadaur-120c3d1a535ad787dda4451e701bdbf1f618a7f3.tar.gz
Update to 2.37
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}