summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2024-08-19 22:58:31 +0200
committerSimon Eriksson2024-08-19 22:58:31 +0200
commit2f3845a5b0579ade3bc8ab6f160dd4065ce8cfc5 (patch)
treec374f62475194f623862877bae5110da47c9c89e
parentc32361240f16c2e3174d35cb0015fa25d000e57c (diff)
downloadaur-mips64-elf-binutils.tar.gz
Update to 2.43.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2164b57f5a69..234179cada9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 5d1d66e9fda1..4d39383c46ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}