From 968ca6f7babff1fa4ebdedbeba16acf9a01b9996 Mon Sep 17 00:00:00 2001 From: "Ryan S. Elliott" Date: Sun, 22 Nov 2020 02:40:17 -0600 Subject: [PATCH] Add missing updates to conventional build system --- lib/kim/Install.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/kim/Install.py b/lib/kim/Install.py index 33d0071dde..3ebcb8e237 100644 --- a/lib/kim/Install.py +++ b/lib/kim/Install.py @@ -18,12 +18,13 @@ parser = ArgumentParser(prog='Install.py', # settings thisdir = fullpath('.') -version = "2.1.3" +version = "2.2.0" # 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', \ }