Skip to content

Commit

Permalink
Bump sha sums
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 11, 2021
1 parent 513a999 commit c414ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo "Using spack SHA $SPACK_SHA"
# Download the latest stable spack.x release and the latest runtime.x
export BASE_VERSION="v1.6.2"
export BASE_VERSION="v1.6.3"
echo "Downloading spack-x86_64.x from version $BASE_VERSION"
curl -LfSs -o runtime-x86_64-fuse2 "https://github.com/haampie/spack-batteries-included/releases/download/$BASE_VERSION/runtime-x86_64-fuse2"
Expand All @@ -29,8 +29,8 @@ jobs:
echo "5221ade473885cc49c413024a0689dc27f08f00cbce0b54301672809bbaf83a2 runtime-x86_64-fuse2" | sha256sum --check
echo "82017d63610a9a9ce8a76ff30cbdb1c6cb7a722d13eb809aa562253670baecab runtime-x86_64-fuse3" | sha256sum --check
echo "01c146cda52dbf98f49fd8779f3fbf17ed6203bd0fea32c1c3a4d5664b71d608 spack-x86_64.squashfs" | sha256sum --check
echo "a615c4483b7777d5099a4ae65cb2db671d3a1a1c5e5c0bbae072b0aec86273d4 spack-x86_64-old.x" | sha256sum --check
echo "deffdb721e106bad716f0c73d43c0da74477c309c44843e210938513acd61516 spack-x86_64.squashfs" | sha256sum --check
echo "3b84335f0ca34f22be01da675adac4e82f5443d41de80a1caeb7ab403aca0441 spack-x86_64-old.x" | sha256sum --check
echo "1c83a51b49cfbc4faf90b01ac944fedf47ad8a6528d45454503ded5bfa3ef97e hack-wrapper.patch" | sha256sum --check
echo "4e0624b1c4527429f36aa5cff12266b4611f228731e3a01be1f06e075daf6571 20158.patch" | sha256sum --check
echo "2783a5cb8d712bad1e1b6193d745cb56438f6a3e0b83638687df1f9e2b1cb206 config.yaml" | sha256sum --check
Expand Down

0 comments on commit c414ae6

Please sign in to comment.