diff options
author | Emil Renner Berthing | 2018-09-08 12:38:25 +0200 |
---|---|---|
committer | Emil Renner Berthing | 2018-09-08 12:38:25 +0200 |
commit | aa9f4cdca39f56413b27981d947eb407fc196ec4 (patch) | |
tree | a0f0381ebf6dc6b6c1e13394c2243fa1f022917c | |
parent | 13288bbd143ad15f51d7d73da5f075262fcf306a (diff) | |
download | aur-aa9f4cdca39f56413b27981d947eb407fc196ec4.tar.gz |
Update to v2.31.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = riscv64-unknown-elf-binutils pkgdesc = Assemble and manipulate binary and object files for 32bit and 64bit RISC-V - pkgver = 2.29.1 + pkgver = 2.31.1 pkgrel = 1 url = http://www.gnu.org/software/binutils/ arch = i686 arch = x86_64 license = GPL depends = zlib - source = https://ftp.gnu.org/gnu/binutils/binutils-2.29.1.tar.xz - sha1sums = 172244a349d07ec205c39c0321cbc354c125e78e + source = https://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.xz + sha1sums = 3b031410897fe224412f3a6a1b052402d2fbcc6a pkgname = riscv64-unknown-elf-binutils @@ -2,7 +2,7 @@ _target=riscv64-unknown-elf pkgname=$_target-binutils -pkgver=2.29.1 +pkgver=2.31.1 pkgrel=1 pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit RISC-V' arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url='http://www.gnu.org/software/binutils/' license=('GPL') depends=('zlib') source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz") -sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e') +sha1sums=('3b031410897fe224412f3a6a1b052402d2fbcc6a') prepare() { cd binutils-$pkgver |