summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-07-17 16:20:25 -0400
committerAndrew Sun2020-07-17 16:20:25 -0400
commitb40758267450bedcf49be600ed8e075a06c9af6f (patch)
tree17471bf137e64d6164e64c3ef7467b184d6a0c89
parentf276b6af3cbc4716fd5154abe84b4b22528dd0bb (diff)
downloadaur-mingw-w64-sundials.tar.gz
5.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34c55ea7601..7b2d672c0711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (mingw-w64)
- pkgver = 5.0.0
+ pkgver = 5.3.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-5.0.0.tar.gz
- sha256sums = 345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3
+ source = http://computation.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz
+ sha256sums = 88dff7e11a366853d8afd5de05bf197a8129a804d9d4461fb64297f1ef89bca7
pkgname = mingw-w64-sundials
diff --git a/PKGBUILD b/PKGBUILD
index 320f306d84bb..8e1da7b0028e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-sundials
-pkgver=5.0.0
+pkgver=5.3.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=('345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3')
+sha256sums=('88dff7e11a366853d8afd5de05bf197a8129a804d9d4461fb64297f1ef89bca7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"