Skip to content
Snippets Groups Projects
Commit 947bbd2b authored by Jan Meinke's avatar Jan Meinke
Browse files

Use sha256 for checksums.

parent 86869d6c
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ toolchainopts = {'openmp': True, 'usempi': True}
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['ff2ff92badd74c27ad6ab1aad7e48a59']
checksums = ['c511be602ff29402065b50906841def98752639b92a95f1b0a1060d9b5e27297']
builddependencies = [
('CMake', '3.23.1'),
......
......@@ -39,9 +39,8 @@ toolchainopts = {'openmp': True, 'usempi': True}
source_urls = ['ftp://ftp.gromacs.org/pub/gromacs/']
sources = [SOURCELOWER_TAR_GZ]
checksums = [
'ff2ff92badd74c27ad6ab1aad7e48a59',
]
checksums = ['c511be602ff29402065b50906841def98752639b92a95f1b0a1060d9b5e27297']
builddependencies = [
('CMake', '3.23.1'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment