update for kim-api-2.2.1

This commit is contained in:
Ryan S. Elliott
2020-12-14 00:03:59 -06:00
parent 33888ec345
commit 7f29c56c8f
2 changed files with 4 additions and 3 deletions

View File

@ -18,13 +18,14 @@ parser = ArgumentParser(prog='Install.py',
# settings
thisdir = fullpath('.')
version = "2.2.0"
version = "2.2.1"
# known checksums for different KIM-API versions. used to validate the download.
checksums = { \
'2.1.2' : '6ac52e14ef52967fc7858220b208cba5', \
'2.1.3' : '6ee829a1bbba5f8b9874c88c4c4ebff8', \
'2.2.0' : 'e7f944e1593cffd7444679a660607f6c', \
'2.2.1' : 'ae1ddda2ef7017ea07934e519d023dca', \
}