summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2020-09-02 08:09:21 -0400
committerJoey Dumont2020-09-02 08:09:21 -0400
commit3b005042ff66b3cb8c44b3d6a2d0cf94f71108b5 (patch)
tree0b19b79b7a290908d30e131b2c11205b9dc15810
parentb9f15508c6c7227f820459cf9bdfbc42f2c4e413 (diff)
downloadaur-3b005042ff66b3cb8c44b3d6a2d0cf94f71108b5.tar.gz
update to 2.35.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e75ae5b4fe5a..119ae9d04cf9 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.34
+ pkgver = 2.35
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.34.tar.xz
- sha256sums = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz
+ sha256sums = 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
pkgname = mips64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index dd384db99a5a..997651aa382b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.34
+pkgver=2.35
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=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')
+sha256sums=('1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85')
prepare() {
cd binutils-${pkgver}