summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrandomnobody2023-11-25 07:43:23 +0000
committerrandomnobody2023-11-25 07:43:23 +0000
commit77508ab02e094cab9b85d276ad2cfe38158d919e (patch)
tree6614490db131264864131de1e188e61198a374d4
parentaef35e75e1d79475afb22243353fa9b930913130 (diff)
downloadaur-77508ab02e094cab9b85d276ad2cfe38158d919e.tar.gz
2.41
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03b3ae0bf667..cd11b6ee110d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i686-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the i686-elf target
- pkgver = 2.40
+ pkgver = 2.41
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = i686
@@ -10,10 +10,10 @@ pkgbase = i686-elf-binutils
depends = libelf
options = !emptydirs
options = !docs
- source = https://mirrors.kernel.org/gnu/binutils/binutils-2.40.tar.xz
- source = https://mirrors.kernel.org/gnu/binutils/binutils-2.40.tar.xz.sig
+ source = https://mirrors.kernel.org/gnu/binutils/binutils-2.41.tar.xz
+ source = https://mirrors.kernel.org/gnu/binutils/binutils-2.41.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
+ sha256sums = ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
sha256sums = SKIP
pkgname = i686-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 894b77664c31..1d74dcdaa190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=i686-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 for the i686-elf target'
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ license=('GPL')
depends=(zlib libelf)
options=(!emptydirs !docs)
source=(https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1'
+sha256sums=('ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450'
'SKIP')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
_basedir=binutils-$pkgver