diff --git a/core/binutils/.SRCINFO b/core/binutils/.SRCINFO index 694ad9f69..9a93439be 100644 --- a/core/binutils/.SRCINFO +++ b/core/binutils/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = binutils pkgdesc = A set of programs to assemble and manipulate binary and object files pkgver = 2.42 - pkgrel = 2 + pkgrel = 3 url = https://www.gnu.org/software/binutils/ arch = x86_64 license = GPL-2.0-or-later @@ -29,10 +29,10 @@ pkgbase = binutils options = !distcc options = !ccache backup = etc/gprofng.rc - source = git+https://sourceware.org/git/binutils-gdb.git#commit=48942a586ebc056bd059d3f63a5eed3a2fa46ab3 + source = git+https://sourceware.org/git/binutils-gdb.git#commit=6224493e457e72b11818c87cdc112bdb0fee5f81 source = gold-warn-unsupported.patch validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F - sha256sums = SKIP + sha256sums = a36780f5918bf383520f44374b2daa2bc737f55aa2601458b9b35d576b4aa7df sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4 pkgname = binutils diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 4ae2831ad..913a744ea 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -12,8 +12,8 @@ noautobuild=1 pkgname=binutils pkgver=2.42 -_commit=48942a586ebc056bd059d3f63a5eed3a2fa46ab3 -pkgrel=2 +_commit=6224493e457e72b11818c87cdc112bdb0fee5f81 +pkgrel=3 pkgdesc='A set of programs to assemble and manipulate binary and object files' arch=(x86_64) url='https://www.gnu.org/software/binutils/' @@ -31,7 +31,7 @@ backup=('etc/gprofng.rc') options=(staticlibs !distcc !ccache) source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit} gold-warn-unsupported.patch) -sha256sums=('SKIP' +sha256sums=('a36780f5918bf383520f44374b2daa2bc737f55aa2601458b9b35d576b4aa7df' '2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4') validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)