summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-02-05 19:00:32 +0100
committerMichel Zou2019-02-05 19:00:32 +0100
commit17ab3555dda6e460e202df76235f8c6ec95175a3 (patch)
tree0ebab7ffb36f5c59d1b7142bcf7da0d565ef57df
parente6b6a10d9246802cd0b35f2ec973bd7560909db5 (diff)
downloadaur-17ab3555dda6e460e202df76235f8c6ec95175a3.tar.gz
2.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50feadc0cb7c..2838f7682508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-binutils
pkgdesc = Cross binutils for the MinGW-w64 cross-compiler
- pkgver = 2.31.1
+ pkgver = 2.32
pkgrel = 1
url = http://www.gnu.org/software/binutils
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = mingw-w64-binutils
depends = zlib
options = !libtool
options = !emptydirs
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.gz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.gz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88
+ sha256sums = 9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e
sha256sums = SKIP
pkgname = mingw-w64-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 83272cfcb320..b025394227a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-binutils
-pkgver=2.31.1
+pkgver=2.32
pkgrel=1
pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('zlib')
options=('!libtool' '!emptydirs')
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"{,.sig})
-sha256sums=('e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88'
+sha256sums=('9b0d97b3d30df184d302bced12f976aa1e5fbf4b0be696cdebc6cca30411a46e'
'SKIP')
prepare() {