Skip to content
Snippets Groups Projects
Commit 177cb800 authored by Alexander Geiß's avatar Alexander Geiß
Browse files

Update hash to lowercase

parent f1a10c8e
Branches
Tags
No related merge requests found
......@@ -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'],
}),
]
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment