summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariano Street2023-08-22 13:06:10 -0300
committerMariano Street2023-08-22 13:06:10 -0300
commit4db6371d3c83b5b19131488139db142a109e06de (patch)
treef10e33d9e240ff763369856aed850a437169dc8e
parent850ef35ca386e5e799fba7a6d67b8f10e7027974 (diff)
downloadaur-z80-elf-binutils.tar.gz
Update version: 2.41
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaded0e7ba2c..b79311c2a49e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = z80-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the Z80 (bare-metal) target
- pkgver = 2.40
+ pkgver = 2.41
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = z80-elf-binutils
depends = glibc
depends = zlib
depends = elfutils
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz.sig
+ 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
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
- sha256sums = d842dd4159d793e1022f2c15ad78065f1ae76d89763c44ea89f498744d61ee5b
+ sha256sums = ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
+ sha256sums = 6f72b25f95614ecbfd050ffdae628e00e90aec9073e30d8ab366e4fc9d1e9e2d
pkgname = z80-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 23fdcff7aa19..b694fbe40612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=z80-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 Z80 (bare-metal) target'
arch=(x86_64)
@@ -11,8 +11,8 @@ license=(GPL)
depends=(glibc zlib elfutils)
makedepends=(elfutils)
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=(0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
- d842dd4159d793e1022f2c15ad78065f1ae76d89763c44ea89f498744d61ee5b)
+sha256sums=(ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
+ 6f72b25f95614ecbfd050ffdae628e00e90aec9073e30d8ab366e4fc9d1e9e2d)
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) # Nick Clifton <nickc@redhat.com>