From b78ab26b1cd8395db55f745b6181938a0023dc45 Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Mon, 11 Jul 2016 14:24:52 +0200 Subject: [PATCH] Fix regressiontest download md5sum I forgot that the md5sum changes with the decision to name it rc1 rather than beta3, because the directory name within the tarball changes. Change-Id: I5b5f5b9de43ee5771fbdfb53842609f1635f3f38 --- cmake/gmxVersionInfo.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/gmxVersionInfo.cmake b/cmake/gmxVersionInfo.cmake index 175d0b223f..e209b06474 100644 --- a/cmake/gmxVersionInfo.cmake +++ b/cmake/gmxVersionInfo.cmake @@ -229,7 +229,7 @@ set(REGRESSIONTEST_BRANCH "refs/heads/release-2016") # each release. It's hard to test because it is only used for # REGRESSIONTEST_DOWNLOAD, which doesn't work until that tarball has # been placed on the server. -set(REGRESSIONTEST_MD5SUM "0a400815dfc7662ca7d3c75078d61d96" CACHE INTERNAL "MD5 sum of the regressiontests tarball") +set(REGRESSIONTEST_MD5SUM "857a7a1c46ad37b91504bbab39172061" CACHE INTERNAL "MD5 sum of the regressiontests tarball") math(EXPR GMX_VERSION_NUMERIC "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}") -- 2.11.4.GIT