changeset 6362:9ae96afe6497

SUNDIALS IDA: update to 6.3.0 * src/sundials-ida.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 12 Aug 2022 19:20:42 +0200
parents c7c04c1e8b0e
children 16e934b7b6cd
files src/sundials-ida.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sundials-ida.mk	Thu Aug 11 10:11:28 2022 -0400
+++ b/src/sundials-ida.mk	Fri Aug 12 19:20:42 2022 +0200
@@ -3,8 +3,8 @@
 
 PKG             := sundials-ida
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 6.2.0
-$(PKG)_CHECKSUM := 8b6e9eb4d51d4e6963c93bb7e1561b91cc13ca88
+$(PKG)_VERSION  := 6.3.0
+$(PKG)_CHECKSUM := 23ef6cdb8a13794fc82639595acaf574633a02e0
 $(PKG)_SUBDIR   := sundials-$($(PKG)_VERSION)
 $(PKG)_FILE     := sundials-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := https://github.com/LLNL/sundials/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)