summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Coffin2019-06-04 14:02:27 -0600
committerMatt Coffin2019-06-05 11:27:29 -0600
commit2be0a79a7f144750786d6b8e5f115fbd119d2ec0 (patch)
treedb41927a4e2eb7d112959124d7aac969c306d5d7
parenteb3404eb1b51ad66eb6e93029806464ce7973d80 (diff)
downloadaur-2be0a79a7f144750786d6b8e5f115fbd119d2ec0.tar.gz
version: 2.32
2.27 -> 2.32
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c9c53b0cd3..44282af27f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x86_64-apple-darwin-binutils
pkgdesc = Cross binutils for the Apple Darwin cross-compiler
- pkgver = 2.27
+ pkgver = 2.32
pkgrel = 1
url = http://www.gnu.org/software/binutils
arch = i386
@@ -9,8 +9,11 @@ pkgbase = x86_64-apple-darwin-binutils
depends = zlib
options = !libtool
options = !emptydirs
- source = http://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.gz
- md5sums = 41b053ed4fb2c6a8173ef421460fbb28
+ source = rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.32.tar.xz
+ source = rsync://mirrors.ocf.berkeley.edu/gnu/binutils/binutils-2.32.tar.xz.sig
+ validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+ sha512sums = SKIP
+ sha512sums = SKIP
pkgname = x86_64-apple-darwin-binutils
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}