summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-07 18:56:38 +0200
committerMichel Zou2018-08-07 18:56:38 +0200
commite6b6a10d9246802cd0b35f2ec973bd7560909db5 (patch)
tree3d9aa94b9253bb2d554d146621b88e3f051ac3ba
parent4f4da8970c7910d8fc40a709a549880f35496ea6 (diff)
downloadaur-e6b6a10d9246802cd0b35f2ec973bd7560909db5.tar.gz
2.31.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d152f6a9f2f..50feadc0cb7c 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
+ pkgver = 2.31.1
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.tar.gz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.31.tar.gz.sig
+ 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
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- sha256sums = 5a9de9199f22ca7f35eac378f93c45ead636994fc59f3ac08f6b3569f73fcf6f
+ sha256sums = e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88
sha256sums = SKIP
pkgname = mingw-w64-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 691be746d0a2..83272cfcb320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-binutils
-pkgver=2.31
+pkgver=2.31.1
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=('5a9de9199f22ca7f35eac378f93c45ead636994fc59f3ac08f6b3569f73fcf6f'
+sha256sums=('e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88'
'SKIP')
prepare() {