From 947bbd2b01636c1240f50a3af0321d5c25a8ecb5 Mon Sep 17 00:00:00 2001 From: "Jan H. Meinke" <j.meinke@fz-juelich.de> Date: Tue, 20 Dec 2022 12:34:55 +0100 Subject: [PATCH] Use sha256 for checksums. --- Golden_Repo/g/GROMACS/GROMACS-2022.4-gpsmkl-2022a.eb | 2 +- Golden_Repo/g/GROMACS/GROMACS-2022.4-plumed-gpsmkl-2022a.eb | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Golden_Repo/g/GROMACS/GROMACS-2022.4-gpsmkl-2022a.eb b/Golden_Repo/g/GROMACS/GROMACS-2022.4-gpsmkl-2022a.eb index 79cdb655f..aab91518f 100644 --- a/Golden_Repo/g/GROMACS/GROMACS-2022.4-gpsmkl-2022a.eb +++ b/Golden_Repo/g/GROMACS/GROMACS-2022.4-gpsmkl-2022a.eb @@ -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'), diff --git a/Golden_Repo/g/GROMACS/GROMACS-2022.4-plumed-gpsmkl-2022a.eb b/Golden_Repo/g/GROMACS/GROMACS-2022.4-plumed-gpsmkl-2022a.eb index 76ccdf763..0120d7a36 100644 --- a/Golden_Repo/g/GROMACS/GROMACS-2022.4-plumed-gpsmkl-2022a.eb +++ b/Golden_Repo/g/GROMACS/GROMACS-2022.4-plumed-gpsmkl-2022a.eb @@ -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'), -- GitLab