summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-10-21 10:34:54 +0200
committerMichel Zou2018-10-21 10:34:54 +0200
commit8d716cb7a574ae1bd98b632066825f09bf2c912c (patch)
treecf4215a66f6a2327bef6cc31d8748ac8a5c754dc
parenta94e4cfc94b5fcb279057bee124f72d33873f7f9 (diff)
downloadaur-8d716cb7a574ae1bd98b632066825f09bf2c912c.tar.gz
3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5050596f3269..5d25ee1581c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (mingw-w64)
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://computation.llnl.gov/casc/sundials/main.html
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-sundials
options = !buildflags
options = staticlibs
options = !strip
- source = http://computation.llnl.gov/projects/sundials/download/sundials-3.2.0.tar.gz
- sha256sums = d2b690afecadf8b5a048bb27ab341de591d714605b98d3518985dfc2250e93f9
+ source = http://computation.llnl.gov/projects/sundials/download/sundials-3.2.1.tar.gz
+ sha256sums = 47d94d977ab2382cdcdd02f72a25ebd4ba8ca2634bbb2f191fe1636e71c86808
pkgname = mingw-w64-sundials
diff --git a/PKGBUILD b/PKGBUILD
index 563536263080..5608183763e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-sundials
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-lapack')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://computation.llnl.gov/projects/sundials/download/sundials-$pkgver.tar.gz")
-sha256sums=('d2b690afecadf8b5a048bb27ab341de591d714605b98d3518985dfc2250e93f9')
+sha256sums=('47d94d977ab2382cdcdd02f72a25ebd4ba8ca2634bbb2f191fe1636e71c86808')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"