summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef41999932ae..aaded0e7ba2c 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.39
+ pkgver = 2.40
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.39.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz.sig
+ 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
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
- sha256sums = 1b63c8b51f3e7762bdcd51985deff1e66249b5cda0e849ef960ce1495320c932
+ sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
+ sha256sums = d842dd4159d793e1022f2c15ad78065f1ae76d89763c44ea89f498744d61ee5b
pkgname = z80-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 235ae904c071..23fdcff7aa19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=z80-elf
pkgname=$_target-binutils
-pkgver=2.39
+pkgver=2.40
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=(645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
- 1b63c8b51f3e7762bdcd51985deff1e66249b5cda0e849ef960ce1495320c932)
+sha256sums=(0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
+ d842dd4159d793e1022f2c15ad78065f1ae76d89763c44ea89f498744d61ee5b)
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) # Nick Clifton <nickc@redhat.com>