summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilken Gottwalt2024-02-11 06:17:55 +0100
committerWilken Gottwalt2024-02-11 06:17:55 +0100
commit49a914bce58dac28d6b9511828cb22401f46bfac (patch)
tree7c24333f86146bfa25dc312eefcded1651b3e9e3
parent7c543f541c95d35c8e2f20b03a4ac69d4ede266b (diff)
downloadaur-arm-linux-gnueabihf-binutils.tar.gz
update to version 2.42
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c769c1553e2a..d9c22d78aa35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arm-linux-gnueabihf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files
- pkgver = 2.41
+ pkgver = 2.42
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = arm-linux-gnueabihf-binutils
depends = libelf
depends = zlib
depends = zstd
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
+ sha256sums = f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index dd6da2a7c76d..5cc43f69b55c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_target="arm-linux-gnueabihf"
pkgname="${_target}-binutils"
-pkgver=2.41
+pkgver=2.42
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=(x86_64)
@@ -19,7 +19,7 @@ license=(GPL)
depends=(glibc libelf zlib zstd)
makedepends=(gcc glibc libelf zlib zstd)
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig})
-sha256sums=('ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450'
+sha256sums=('f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800'
'SKIP')
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>