From 177cb8002b0c69ba7dad199b326543e4a759d8c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20Gei=C3=9F?= <alexander.geiss1@tu-darmstadt.de>
Date: Fri, 15 Dec 2023 16:39:55 +0100
Subject: [PATCH] Update hash to lowercase

---
 .../Extra-P-4.3.0-alpha3-GCCcore-11.3.0-Python-3.10.4.eb        | 2 +-
 .../e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Golden_Repo/e/Extra-P/Extra-P-4.3.0-alpha3-GCCcore-11.3.0-Python-3.10.4.eb b/Golden_Repo/e/Extra-P/Extra-P-4.3.0-alpha3-GCCcore-11.3.0-Python-3.10.4.eb
index 7eb6acb5..9ef7a4ce 100644
--- a/Golden_Repo/e/Extra-P/Extra-P-4.3.0-alpha3-GCCcore-11.3.0-Python-3.10.4.eb
+++ b/Golden_Repo/e/Extra-P/Extra-P-4.3.0-alpha3-GCCcore-11.3.0-Python-3.10.4.eb
@@ -17,7 +17,7 @@ exts_list = [
         'sources': [{'source_urls': ['https://github.com/extra-p/extrap/archive/refs/tags/'],
                      'filename': 'extrap-%(version)s.tar.gz',
                      'download_filename': 'v%(version)s.tar.gz'}],
-        'checksums': ['91CBC84AFFE319B4DD7AEE3752E9944123759D0513FBA8A23C8418327727E7E5'],
+        'checksums': ['91cbc84affe319b4dd7aee3752e9944123759d0513fba8a23c8418327727e7e5'],
     }),
 ]
 
diff --git a/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb b/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb
index ee1f1393..da777cef 100644
--- a/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb
+++ b/Golden_Repo/e/Extra-Prof/Extra-Prof-4.3.0-alpha3-GCCcore-11.3.0.eb
@@ -13,7 +13,7 @@ sources = [
     {'source_urls': ['https://github.com/extra-p/extrap/archive/refs/tags/'],
      'filename': 'extrap-%(version)s.tar.gz',
      'download_filename': '%(version)s.tar.gz'}]
-checksums = ['91CBC84AFFE319B4DD7AEE3752E9944123759D0513FBA8A23C8418327727E7E5']
+checksums = ['91cbc84affe319b4dd7aee3752e9944123759d0513fba8a23c8418327727e7e5']
 
 extract_sources = True
 install_cmds = ['echo %(installdir)s',
-- 
GitLab