From 0631919c14634cc9aeb758b4f3a170297f858e38 Mon Sep 17 00:00:00 2001
From: Marc Schluetter <m.schluetter@fz-juelich.de>
Date: Wed, 27 Sep 2023 14:25:16 +0200
Subject: [PATCH] add checksums

---
 .../s/Scalasca/Scalasca-2023-09-26-gpsmpi-2022a-pmix.eb    | 7 +++++--
 .../s/Score-P/Score-P-2023-09-26-gpsmpi-2022a-pmix.eb      | 5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Golden_Repo/s/Scalasca/Scalasca-2023-09-26-gpsmpi-2022a-pmix.eb b/Golden_Repo/s/Scalasca/Scalasca-2023-09-26-gpsmpi-2022a-pmix.eb
index 11510cce0..12cf424a2 100644
--- a/Golden_Repo/s/Scalasca/Scalasca-2023-09-26-gpsmpi-2022a-pmix.eb
+++ b/Golden_Repo/s/Scalasca/Scalasca-2023-09-26-gpsmpi-2022a-pmix.eb
@@ -26,8 +26,11 @@ in exploring their causes.
 
 toolchain = {'name': 'gpsmpi', 'version': '2022a-pmix'}
 
-source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scalasca/branches/MR71']
-sources = ['latest.tar.gz']
+source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scalasca/branches/MR71/']
+sources = ['sources.ed3f096d.tar.gz']
+checksums = [
+    '2c7ff194ee5c59b2213f0a7fe6e5f005eb15f4e16e9abad63a6cc648d8c3394c',  # sources.ed3f096d.tar.gz 
+    ]
 builddependencies = [
     ('CubeWriter', '4.8.2'),
 ]
diff --git a/Golden_Repo/s/Score-P/Score-P-2023-09-26-gpsmpi-2022a-pmix.eb b/Golden_Repo/s/Score-P/Score-P-2023-09-26-gpsmpi-2022a-pmix.eb
index 290e77dde..dcc594a98 100644
--- a/Golden_Repo/s/Score-P/Score-P-2023-09-26-gpsmpi-2022a-pmix.eb
+++ b/Golden_Repo/s/Score-P/Score-P-2023-09-26-gpsmpi-2022a-pmix.eb
@@ -25,7 +25,10 @@ applications.
 toolchain = {'name': 'gpsmpi', 'version': '2022a-pmix'}
 
 source_urls = ['https://perftools.pages.jsc.fz-juelich.de/cicd/scorep/branches/MR195']
-sources = ['latest.tar.gz']
+sources = ['sources.15529a7c.tar.gz']
+checksums = [
+    'ca8cc49909965aaa59173821627c61945f3b4bdae0d7b582d374522a5322fbe1',  # sources.15529a7c.tar.gz
+    ]
 
 builddependencies = [
     ('CUDA', '11.7', '', SYSTEM),
-- 
GitLab