summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-02-14 18:03:52 -0500
committerAndrew Sun2019-02-14 18:03:52 -0500
commit64f5f09f885d086461357023355f1852398ba369 (patch)
treeef43c342df13d4c429108b37c8ff39bb3f2f093a
parentb39508b68fac1377190d3db7534de976fa3dcac3 (diff)
downloadaur-64f5f09f885d086461357023355f1852398ba369.tar.gz
mingw-w64-sundials: update to 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b344b9e5a16a..2194b6036d53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (mingw-w64)
- pkgver = 4.0.1
+ pkgver = 4.1.0
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-4.0.1.tar.gz
- sha256sums = 29e409c8620e803990edbda1ebf49e03a38c08b9187b90658d86bddae913aed4
+ source = http://computation.llnl.gov/projects/sundials/download/sundials-4.1.0.tar.gz
+ sha256sums = 280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5
pkgname = mingw-w64-sundials
diff --git a/PKGBUILD b/PKGBUILD
index 946585918ceb..090a569923cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-sundials
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers (mingw-w64)"
arch=('any')
@@ -11,7 +11,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=('29e409c8620e803990edbda1ebf49e03a38c08b9187b90658d86bddae913aed4')
+sha256sums=('280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"