diff --git a/.github/workflows/scripts/linux/build-dependencies-qt.sh b/.github/workflows/scripts/linux/build-dependencies-qt.sh index 03437421f6..c94d517610 100755 --- a/.github/workflows/scripts/linux/build-dependencies-qt.sh +++ b/.github/workflows/scripts/linux/build-dependencies-qt.sh @@ -110,7 +110,7 @@ if ! shasum -sa 256 --check SHASUMS 2> /dev/null; then -O "https://github.com/sammycage/plutosvg/archive/v$PLUTOSVG/plutosvg-$PLUTOSVG.tar.gz" fi -shasum -a 256 --check SHASUMS +shasum -a 256 --check --strict SHASUMS if [ "$BUILD_FFMPEG" -ne 0 ]; then echo "Installing vulkan headers..." diff --git a/.github/workflows/scripts/linux/build-dependencies-runner.sh b/.github/workflows/scripts/linux/build-dependencies-runner.sh index ce06567e36..5a7080a8fb 100755 --- a/.github/workflows/scripts/linux/build-dependencies-runner.sh +++ b/.github/workflows/scripts/linux/build-dependencies-runner.sh @@ -70,7 +70,7 @@ if ! shasum -sa 256 --check SHASUMS 2> /dev/null; then -O "https://github.com/sammycage/plutosvg/archive/v$PLUTOSVG/plutosvg-$PLUTOSVG.tar.gz" fi -shasum -a 256 --check SHASUMS +shasum -a 256 --check --strict SHASUMS echo "Building libbacktrace..." rm -fr "libbacktrace-$LIBBACKTRACE" diff --git a/.github/workflows/scripts/macos/build-dependencies-universal.sh b/.github/workflows/scripts/macos/build-dependencies-universal.sh index 4db5fdb902..fe7b9f0867 100755 --- a/.github/workflows/scripts/macos/build-dependencies-universal.sh +++ b/.github/workflows/scripts/macos/build-dependencies-universal.sh @@ -140,7 +140,7 @@ if ! shasum -sa 256 --check SHASUMS 2> /dev/null; then -O "https://github.com/sammycage/plutosvg/archive/v$PLUTOSVG/plutosvg-$PLUTOSVG.tar.gz" fi -shasum -a 256 --check SHASUMS +shasum -a 256 --check --strict SHASUMS echo "Installing SDL..." rm -fr "$SDL" diff --git a/.github/workflows/scripts/macos/build-dependencies.sh b/.github/workflows/scripts/macos/build-dependencies.sh index bbda3ee2a1..f4f06d3c7a 100755 --- a/.github/workflows/scripts/macos/build-dependencies.sh +++ b/.github/workflows/scripts/macos/build-dependencies.sh @@ -116,7 +116,7 @@ if ! shasum -sa 256 --check SHASUMS 2> /dev/null; then -O "https://github.com/sammycage/plutosvg/archive/v$PLUTOSVG/plutosvg-$PLUTOSVG.tar.gz" fi -shasum -a 256 --check SHASUMS +shasum -a 256 --check --strict SHASUMS echo "Installing SDL..." rm -fr "$SDL"