summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-07-17 16:20:25 -0400
committerAndrew Sun2020-07-17 16:20:25 -0400
commitb40758267450bedcf49be600ed8e075a06c9af6f (patch)
tree17471bf137e64d6164e64c3ef7467b184d6a0c89 /PKGBUILD
parentf276b6af3cbc4716fd5154abe84b4b22528dd0bb (diff)
downloadaur-b40758267450bedcf49be600ed8e075a06c9af6f.tar.gz
5.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"