diff --git a/Golden_Repo/s/shpc/shpc-0.1.17-GCCcore-11.3.0.eb b/Golden_Repo/s/shpc/shpc-0.1.19-GCCcore-11.3.0.eb
similarity index 93%
rename from Golden_Repo/s/shpc/shpc-0.1.17-GCCcore-11.3.0.eb
rename to Golden_Repo/s/shpc/shpc-0.1.19-GCCcore-11.3.0.eb
index 04e02382d017cdd8ca86d6d9ffea5e80fcbc6614..664f4a179d95a7013ee2cb46add918a9dd7e2014 100644
--- a/Golden_Repo/s/shpc/shpc-0.1.17-GCCcore-11.3.0.eb
+++ b/Golden_Repo/s/shpc/shpc-0.1.19-GCCcore-11.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'shpc'
-version = '0.1.17'
+version = '0.1.19'
 
 homepage = 'https://github.com/singularityhub/singularity-hpc'
 
@@ -10,8 +10,6 @@ Environement Modules. Works for users and admins."""
 
 toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
 
-#
-# sources = ['%(version)s.tar.gz']
 
 builddependencies = [('binutils', '2.38')]
 
@@ -37,7 +35,7 @@ exts_list = [
     (name, version, {
         'source_urls': ['https://github.com/singularityhub/singularity-hpc/archive/refs/tags/'],
         'sources': ['%(version)s.tar.gz'],
-        'checksums': ['ca5315142d0b3690a07fc12ea147c404a05ed75f9552ce7f563f833cf8832b58'],
+        'checksums': ['5dbccd6e05d09a547a6d70e137ed626f514ac29623d4557799b076f7db04b0a5'],
     }),
 ]