diff options
author | Simon Eriksson | 2024-08-19 22:58:31 +0200 |
---|---|---|
committer | Simon Eriksson | 2024-08-19 22:58:31 +0200 |
commit | 2f3845a5b0579ade3bc8ab6f160dd4065ce8cfc5 (patch) | |
tree | c374f62475194f623862877bae5110da47c9c89e | |
parent | c32361240f16c2e3174d35cb0015fa25d000e57c (diff) | |
download | aur-mips64-elf-binutils.tar.gz |
Update to 2.43.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ pkgbase = mips64-elf-binutils pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf) - pkgver = 2.42 + pkgver = 2.43.1 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.42.tar.xz - sha256sums = f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800 + source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.43.1.tar.xz + sha256sums = 13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd pkgname = mips64-elf-binutils @@ -3,7 +3,7 @@ _target=mips64-elf pkgname=${_target}-binutils -pkgver=2.42 +pkgver=2.43.1 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=('f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800') +sha256sums=('13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd') prepare() { cd binutils-${pkgver} |