summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-12-07 22:09:28 +0300
committerViktor Drobot2021-12-07 22:09:28 +0300
commit39656230853556b186994b341b182856189c8fb2 (patch)
tree3fc729a2f12f560b04158801bd93a784af113009
parentad0b5c9899de23eebb470279299bce4b7c14b056 (diff)
downloadaur-mingw-w64-gsl.tar.gz
Update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d725d51174..bef32ae1c687 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gsl
pkgdesc = The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)
- pkgver = 2.7
+ pkgver = 2.7.1
pkgrel = 1
url = http://www.gnu.org/software/gsl/gsl.html
arch = any
@@ -10,8 +10,7 @@ pkgbase = mingw-w64-gsl
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.gnu.org/gnu/gsl/gsl-2.7.tar.gz
- sha256sums = efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b
+ source = http://ftp.gnu.org/gnu/gsl/gsl-2.7.1.tar.gz
+ sha256sums = dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b
pkgname = mingw-w64-gsl
-
diff --git a/PKGBUILD b/PKGBUILD
index 1372a851929a..38db017d6483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
pkgname=mingw-w64-gsl
-pkgver=2.7
+pkgver=2.7.1
pkgrel=1
pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers (mingw-w64)"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('staticlibs' '!strip' '!buildflags')
source=("http://ftp.gnu.org/gnu/gsl/gsl-$pkgver.tar.gz")
-sha256sums=('efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b')
+sha256sums=('dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"