summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2021-01-31 21:00:29 -0500
committerJoey Dumont2021-01-31 21:00:29 -0500
commit21c8f947f713729f5983ebb6bdde1a834f01d907 (patch)
tree48bc365a50a5772f87d3f403cb7b4a5d722ce2d8 /PKGBUILD
parent3b005042ff66b3cb8c44b3d6a2d0cf94f71108b5 (diff)
downloadaur-21c8f947f713729f5983ebb6bdde1a834f01d907.tar.gz
Updated to 2.36.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 997651aa382b..b3fab33de5f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.35
+pkgver=2.36
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=('1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85')
+sha256sums=('5788292cc5bbcca0848545af05986f6b17058b105be59e99ba7d0f9eb5336fb8')
prepare() {
cd binutils-${pkgver}