adopt for new multispecies PACE implementation

This commit is contained in:
Yury Lysogorskiy
2021-09-29 16:04:09 +02:00
parent 9e49a934c2
commit 32049c3484
5 changed files with 33 additions and 17 deletions

View File

@ -15,12 +15,13 @@ from install_helpers import fullpath, geturl, checkmd5sum
# settings
thisdir = fullpath('.')
version = 'v.2021.4.9'
version = 'v.2021.9.28'
# known checksums for different PACE versions. used to validate the download.
checksums = { \
'v.2021.2.3.upd2' : '8fd1162724d349b930e474927197f20d',
'v.2021.4.9' : '4db54962fbd6adcf8c18d46e1798ceb5',
'v.2021.9.28' : 'f98363bb98adc7295ea63974738c2a1b',
}