diff options
author | Разыков Вячеслав | 2022-05-11 01:26:54 +0300 |
---|---|---|
committer | Разыков Вячеслав | 2022-05-11 01:26:54 +0300 |
commit | c15fbeda3ce0c0935738651608ceddcd16ad5132 (patch) | |
tree | 8c162feb6e791d5ae2340f302ed890eb679f9230 /PKGBUILD | |
parent | 34cb5ffc9ecd64fccb31cbd4fa63dd4eca01ee69 (diff) | |
download | aur-c15fbeda3ce0c0935738651608ceddcd16ad5132.tar.gz |
Update to 2.38-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |