From 263f7910a2c2b4d89aca1d36a1453a6e902aae90 Mon Sep 17 00:00:00 2001 From: finlaywashere Date: Sat, 5 Sep 2020 14:15:38 -0400 Subject: Updated to latest binutils version --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index adbd0b1..f204632 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = i686-elf-binutils pkgdesc = A set of programs to assemble and manipulate binary and object files for the i686-elf target - pkgver = 2.33.1 + pkgver = 2.35 pkgrel = 2 url = http://www.gnu.org/software/binutils/ arch = i686 @@ -9,11 +9,11 @@ pkgbase = i686-elf-binutils depends = zlib options = !emptydirs options = !docs - source = http://mirrors.kernel.org/gnu/binutils/binutils-2.33.1.tar.xz - source = https://mirrors.kernel.org/gnu/binutils/binutils-2.33.1.tar.xz.sig + source = http://mirrors.kernel.org/gnu/binutils/binutils-2.35.tar.xz + source = https://mirrors.kernel.org/gnu/binutils/binutils-2.35.tar.xz.sig source = libiberty-ignore-cflags.patch validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F - sha256sums = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf + sha256sums = 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85 sha256sums = SKIP sha256sums = 8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c diff --git a/PKGBUILD b/PKGBUILD index eedd09e..44a8fe8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _target=i686-elf pkgname=$_target-binutils -pkgver=2.33.1 +pkgver=2.35 pkgrel=2 pkgdesc='A set of programs to assemble and manipulate binary and object files for the i686-elf target' arch=(i686 x86_64) @@ -14,7 +14,7 @@ source=("http://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz" "https://mirrors.kernel.org/gnu/binutils/binutils-$pkgver.tar.xz.sig" "libiberty-ignore-cflags.patch") _basedir=binutils-$pkgver -sha256sums=('ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf' +sha256sums=('1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85' 'SKIP' '8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c') validpgpkeys=("3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F") -- cgit v1.2.1