summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxr19982024-03-07 22:08:42 +0100
committerMaxr19982024-03-07 22:08:42 +0100
commitf99879dadc9554dca3617a71857063d659acb4c4 (patch)
tree2b8e624043440d661cd3a768b21dfe1a9089f43e /PKGBUILD
parent0efad462bcce4d529c82c17859afa35af11ca0b4 (diff)
downloadaur-riscv64-unknown-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 1934a5306485..0ed4400cd2b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=riscv64-unknown-elf
pkgname=$_target-binutils
-pkgver=2.40
+pkgver=2.42
pkgrel=1
pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit RISC-V'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://www.gnu.org/software/binutils/'
license=('GPL')
depends=('zlib' 'binutils')
source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz")
-sha256sums=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1')
+sha256sums=('f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800')
prepare() {
cd binutils-$pkgver