summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-12-20 21:15:10 +0100
committerMichel Zou2016-12-20 21:15:10 +0100
commit59595227746127a03a8d3c3a06288736dc720dfc (patch)
treed30e745d947e1224dfaaba9c770e590189ed6987
parentcdeddd290ea6bd564b899c82f57d1c3adb6b1735 (diff)
downloadaur-59595227746127a03a8d3c3a06288736dc720dfc.tar.gz
2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61ded10c82d8..e81ae8762299 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 11 18:40:54 UTC 2016
+# Tue Dec 20 20:15:10 UTC 2016
pkgbase = mingw-w64-gsl
pkgdesc = The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)
- pkgver = 2.1
+ pkgver = 2.3
pkgrel = 1
url = http://www.gnu.org/software/gsl/gsl.html
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-gsl
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.gnu.org/gnu/gsl/gsl-2.1.tar.gz
- sha1sums = e20110bf060c4030b26c519a70c6c0e113abc9f7
+ source = http://ftp.gnu.org/gnu/gsl/gsl-2.3.tar.gz
+ sha1sums = 7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9
pkgname = mingw-w64-gsl
diff --git a/PKGBUILD b/PKGBUILD
index d4d6546bf0a8..240cb5807e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-gsl
-pkgver=2.1
+pkgver=2.3
pkgrel=1
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('staticlibs' '!strip' '!buildflags')
source=("http://ftp.gnu.org/gnu/gsl/gsl-$pkgver.tar.gz")
-sha1sums=('e20110bf060c4030b26c519a70c6c0e113abc9f7')
+sha1sums=('7aa27dd7e5d6e3d4e4dc8b2daec18a6e68615fb9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"