Update Install.py

This commit is contained in:
Stan Moore
2022-10-10 08:45:33 -07:00
parent c7560a63e3
commit 341bb57555

View File

@ -18,11 +18,11 @@ from install_helpers import fullpath, geturl, checkmd5sum
# settings
thisdir = fullpath('.')
version ='v.2022.09.27'
version ='v.2022.09.27.fix10Oct'
# known checksums for different PACE versions. used to validate the download.
checksums = { \
'v.2022.09.27': 'ad6c8597076479bd55059f5947d51acc'
'v.2022.09.27.fix10Oct': '766cebcc0e5c4b8430c2f3cd202d9905'
}
parser = ArgumentParser(prog='Install.py',