Skip to content

Commit

Permalink
shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 20, 2021
1 parent 6b75292 commit 5215ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPACK_SHA=$(git ls-remote https://github.com/spack/spack.git | grep refs/heads/d
echo "Using spack SHA $SPACK_SHA"

# Download the latest stable spack.x release and the latest runtime.x
export BASE_VERSION="v2.3.0"
export BASE_VERSION="v2.3.1"
echo "Downloading spack-$ARCH.x from version $BASE_VERSION"

curl -LfSs -o "runtime-$ARCH-fuse2" "https://github.com/haampie/spack-batteries-included/releases/download/$BASE_VERSION/runtime-$ARCH-fuse2"
Expand All @@ -18,7 +18,7 @@ curl -LfSs -o "spack-$ARCH-old.x" "https://github.com/haampie/spack-batteries

echo "aa269f3af2303925ec8752ed326200a91f65896a17ac80583bfe15d79c161470 runtime-$ARCH-fuse2" | sha256sum --check
echo "aa89a9add9d3a44351df31d29953081fdf9bf1d41a479721f655faaf52851932 runtime-$ARCH-fuse3" | sha256sum --check
echo "789e6563dec35bd348a2b5b685feb116e7dde47d41a12bf98f15d868a7521b64 spack-$ARCH-old.x" | sha256sum --check
echo "c7fff39dd7bbdeb9b795a956dd7ca4a76aae37d106c8a04744b3bc6b7690aae1 spack-$ARCH-old.x" | sha256sum --check

chmod +x "spack-$ARCH-old.x"
export PATH="$PWD:$PATH"
Expand Down

0 comments on commit 5215ef8

Please sign in to comment.