summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-01-31 21:00:29 -0500
committerJoey Dumont2021-01-31 21:00:29 -0500
commit21c8f947f713729f5983ebb6bdde1a834f01d907 (patch)
tree48bc365a50a5772f87d3f403cb7b4a5d722ce2d8
parent3b005042ff66b3cb8c44b3d6a2d0cf94f71108b5 (diff)
downloadaur-21c8f947f713729f5983ebb6bdde1a834f01d907.tar.gz
Updated to 2.36.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 119ae9d04cf9..44f096f8c7e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
- pkgver = 2.35
+ pkgver = 2.36
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.35.tar.xz
- sha256sums = 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.xz
+ sha256sums = 5788292cc5bbcca0848545af05986f6b17058b105be59e99ba7d0f9eb5336fb8
pkgname = mips64-elf-binutils
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}