diff options
author | Simon Eriksson | 2017-12-12 22:55:22 +0100 |
---|---|---|
committer | Simon Eriksson | 2017-12-12 22:57:07 +0100 |
commit | 7716d90a39467177de5f1bd8aa0b88e989c99008 (patch) | |
tree | b80069e367f0a8995aea9f2c149592ba041d4f1a | |
parent | 3131631972f402d8dfb25ab9b56377235f2ed827 (diff) | |
download | aur-7716d90a39467177de5f1bd8aa0b88e989c99008.tar.gz |
Update to 2.29.1
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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} |