From f4496b5d51b292e5377c34cbbdf1c68753e54744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gei=C3=9F?= <alexander.geiss1@tu-darmstadt.de> Date: Tue, 19 Dec 2023 10:53:17 +0100 Subject: [PATCH] Add missing checksum --- .../Extra-P-4.3.0-alpha3-GCCcore-11.3.0-Python-3.10.4.eb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 1c7141a4..b6c033b9 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,8 @@ 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', + 'fd2e16ff8efef7a6494e779ff4800fff5073a568767335edaa4ca094fde378ab'], 'patches': ['4.3.0-alpha-packaging.patch'] }), ] -- GitLab