Date: Thursday, August 4, 2016 @ 01:12:06 Author: anatolik Revision: 185030
upgpkg: arm-none-eabi-binutils 2.27-1 Modified: arm-none-eabi-binutils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-03 23:28:30 UTC (rev 185029) +++ PKGBUILD 2016-08-04 01:12:06 UTC (rev 185030) @@ -4,9 +4,9 @@ _target=arm-none-eabi pkgname=$_target-binutils -pkgver=2.26.1 +pkgver=2.27 pkgrel=1 -_commit=2bd25930 +#_commit=2bd25930 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target' arch=(i686 x86_64) url='http://www.gnu.org/software/binutils/' @@ -13,7 +13,7 @@ license=(GPL) depends=(zlib) source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}) -sha1sums=('624cd377e3a8eef3db83a56ce289a60f556b3ec2' +sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf' 'SKIP') validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') # Tristan Gingold <[email protected]>
