summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2024-02-12 20:42:59 +0100
committerSimon Eriksson2024-02-12 20:42:59 +0100
commitc32361240f16c2e3174d35cb0015fa25d000e57c (patch)
tree1fac8393c645ad0be7e38f636decc80c4ddd1062 /PKGBUILD
parent363130e5a4f8a7b5463d3642b935154dd388f982 (diff)
downloadaur-mips64-elf-binutils.tar.gz
Update to 2.42
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d113dce7ba9..5d1d66e9fda1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.41
+pkgver=2.42
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=('ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450')
+sha256sums=('f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800')
prepare() {
cd binutils-${pkgver}