summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorРазыков Вячеслав2022-05-11 01:26:54 +0300
committerРазыков Вячеслав2022-05-11 01:26:54 +0300
commitc15fbeda3ce0c0935738651608ceddcd16ad5132 (patch)
tree8c162feb6e791d5ae2340f302ed890eb679f9230
parent34cb5ffc9ecd64fccb31cbd4fa63dd4eca01ee69 (diff)
downloadaur-c15fbeda3ce0c0935738651608ceddcd16ad5132.tar.gz
Update to 2.38-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32d1212adc88..7b1ea8bad234 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 (arm-linux-gnueabihf)
- pkgver = 2.37
+ pkgver = 2.38
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = arm-linux-gnueabihf-binutils
options = staticlibs
options = !distcc
options = !ccache
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
+ sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
sha256sums = SKIP
pkgname = arm-linux-gnueabihf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 8d69acfeacc8..58f187939b13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-binutils
-pkgver=2.37
+pkgver=2.38
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ depends=(glibc zlib elfutils)
options=(staticlibs !distcc !ccache)
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
#source=(https://ftpmirror.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig})
-sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c'
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024'
'SKIP')
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)