cvode: update to 6.4.1

This commit is contained in:
Mehdi Chinoune
2022-11-03 05:46:01 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 6db34d87f7
commit ae2b9e415b

View File

@@ -3,7 +3,7 @@
_realname=cvode
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=6.4.0
pkgver=6.4.1
pkgrel=1
pkgdesc="ordinary differential equation system solver (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja")
source=("https://github.com/LLNL/sundials/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz"
001-install-location.patch)
sha256sums=('b686f911874f3c57d23f287f7df87ce56e6927e5c862605f77d7ae471788e827'
sha256sums=('0a614e7d7d525d9ec88d5a30c887786d7c3681bd123bb6679fb9a4ec5f4609fe'
'd2860ecbc67e43abf5cc34ef39b5f6fdb64ee8495be4067bb7a99adcdec09912')
prepare() {