summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2017-12-12 22:55:22 +0100
committerSimon Eriksson2017-12-12 22:57:07 +0100
commit7716d90a39467177de5f1bd8aa0b88e989c99008 (patch)
treeb80069e367f0a8995aea9f2c149592ba041d4f1a /PKGBUILD
parent3131631972f402d8dfb25ab9b56377235f2ed827 (diff)
downloadaur-7716d90a39467177de5f1bd8aa0b88e989c99008.tar.gz
Update to 2.29.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 674f65e56527..292ab7036b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.28
+pkgver=2.29.1
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('zlib')
-source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
-sha256sums=('6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72')
+source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
+sha256sums=('e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577')
prepare() {
cd binutils-${pkgver}