Skip to content

Commit

Permalink
Fix typo in wget checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Dec 21, 2024
1 parent b5e45a3 commit 4f99e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/w/wget/wget-1.24.5-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = [
{'wget-1.21.4.tar.gz': 'fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de'},
{'wget-1.24.5.tar.gz': 'fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de'},
]

builddependencies = [
Expand Down

0 comments on commit 4f99e57

Please sign in to comment.