summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2023-05-02 22:04:53 +0200
committerdoragasu2023-05-02 22:04:53 +0200
commit151ac8c1115c0cd0aa60ba7b2642a1da3ad67574 (patch)
treeffdb4ff2681b0f4b984398ebb3d5744a6782a0cf
parentc1efdde42f808a0358f2fbb9b9be2c5390396a83 (diff)
downloadaur-151ac8c1115c0cd0aa60ba7b2642a1da3ad67574.tar.gz
Update to version 2.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97f1f4b2838..68d612b4f6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m68k-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (m68k-elf)
- pkgver = 2.39
+ pkgver = 2.40
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = m68k-elf-binutils
options = staticlibs
options = !distcc
options = !ccache
- 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 = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2de3d7d3742f..2318a34ace70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-binutils
-pkgver=2.39
+pkgver=2.40
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')