summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2023-07-30 22:01:28 +0200
committerSimon Eriksson2023-07-30 22:01:28 +0200
commit363130e5a4f8a7b5463d3642b935154dd388f982 (patch)
treee159a7a25807bde0be1074c7f7e7460fca39175f /PKGBUILD
parentd6dfa7e94a22add1226f91f0d4e3fa11db003387 (diff)
downloadaur-363130e5a4f8a7b5463d3642b935154dd388f982.tar.gz
Update to 2.41
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4b5760ac88a..9d113dce7ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.40
+pkgver=2.41
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=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1')
+sha256sums=('ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450')
prepare() {
cd binutils-${pkgver}