Skip to content

Commit

Permalink
Update 3.1 easybuild script with sha256 of release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 24, 2022
1 parent 03c1af5 commit 962b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/TRIQS-dft_tools-3.1.0-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ toolchainopts = {'pic': True, 'usempi': True}

source_urls = ['https://github.com/TRIQS/dft_tools/releases/download/%(version)s/']
sources = ['dft_tools-%(version)s.tar.gz']
checksums = ['PUT HERE THE SHA256 OF THE RELEASE TARBALL']
checksums = ['57b7d0fe5a96c5a42bb684c60ca8e136a33e1385bf6cd7e9d1371fa507dc2ec4']

dependencies = [
('Python', '3.9.6'),
Expand Down

0 comments on commit 962b779

Please sign in to comment.