summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Coffin2020-09-10 21:48:42 -0600
committerMatt Coffin2020-09-10 21:48:42 -0600
commit1a64038ec91a97bb7bcfb83c2b59a986aaff391a (patch)
tree190c4137c86958a7a24db3dbcee460451304bc96 /PKGBUILD
parent2be0a79a7f144750786d6b8e5f115fbd119d2ec0 (diff)
downloadaur-1a64038ec91a97bb7bcfb83c2b59a986aaff391a.tar.gz
version: 2.35
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b2aeaf128c..ed0d94c3bef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
_targets="x86_64-apple-darwin"
pkgname="${_targets}"-binutils
-pkgver=2.32
+pkgver=2.35
pkgrel=1
pkgdesc="Cross binutils for the Apple Darwin cross-compiler"
-arch=('i386' 'x86_64')
+arch=('x86_64')
url="http://www.gnu.org/software/binutils"
license=('GPL')
#groups=
@@ -12,7 +12,8 @@ depends=('zlib')
options=('!libtool' '!emptydirs')
source=("rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-${pkgver}.tar.xz"{,.sig})
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')
-sha512sums=('SKIP' 'SKIP')
+sha512sums=('9f222e4ab6720036402d03904fb11b73ab87714b85cd84997f7d357f405c7e10581d70202f9165a1ee0c70538632db27ecc9dfe627dddb1e6bc7edb1537cf786'
+ 'SKIP')
prepare() {
cd ${srcdir}/binutils-${pkgver}