summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Coffin2019-06-04 14:02:27 -0600
committerMatt Coffin2019-06-05 11:27:29 -0600
commit2be0a79a7f144750786d6b8e5f115fbd119d2ec0 (patch)
treedb41927a4e2eb7d112959124d7aac969c306d5d7 /PKGBUILD
parenteb3404eb1b51ad66eb6e93029806464ce7973d80 (diff)
downloadaur-2be0a79a7f144750786d6b8e5f115fbd119d2ec0.tar.gz
version: 2.32
2.27 -> 2.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78edfb1d0e48..b1b2aeaf128c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_targets="x86_64-apple-darwin"
pkgname="${_targets}"-binutils
-pkgver=2.27
+pkgver=2.32
pkgrel=1
pkgdesc="Cross binutils for the Apple Darwin cross-compiler"
arch=('i386' 'x86_64')
@@ -10,8 +10,9 @@ license=('GPL')
#groups=
depends=('zlib')
options=('!libtool' '!emptydirs')
-source=("http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz")
-md5sums=('41b053ed4fb2c6a8173ef421460fbb28')
+source=("rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')
+sha512sums=('SKIP' 'SKIP')
prepare() {
cd ${srcdir}/binutils-${pkgver}