Date: Monday, November 14, 2022 @ 22:33:26 Author: kpcyrd Revision: 1348253
upgpkg: arm-none-eabi-binutils 2.39-2 - add sha256sums= Modified: arm-none-eabi-binutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-14 22:33:21 UTC (rev 1348252) +++ PKGBUILD 2022-11-14 22:33:26 UTC (rev 1348253) @@ -4,7 +4,7 @@ _target=arm-none-eabi pkgname=$_target-binutils pkgver=2.39 -pkgrel=1 +pkgrel=2 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target' arch=(x86_64) url='https://www.gnu.org/software/binutils/' @@ -13,6 +13,8 @@ source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}) sha1sums=('d9028547385694d61d98fb4e2882a2b9c40ce7e9' 'SKIP') +sha256sums=('da24a84fef220102dd24042df06fdea851c2614a5377f86effa28f33b7b16148' + 'SKIP') validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <[email protected]> prepare() {
