From 15b1cdd67b275a48504b1cc3cba97953b2010f86 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 13 Jun 2023 08:29:38 -0400 Subject: ci: Update ISPC 1.20.0 macOS binary hashes The ISPC 1.20.0 release page on GitHub replaced existing macOS release binaries with new ones. Update the hashes added by commit 44d13f50a2 (ci: Update to ISPC 1.20.0, 2023-05-09, v3.27.0-rc1~110^2). --- .gitlab/ci/ispc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/ispc.sh b/.gitlab/ci/ispc.sh index 59ee200..c1e3793 100755 --- a/.gitlab/ci/ispc.sh +++ b/.gitlab/ci/ispc.sh @@ -12,12 +12,12 @@ case "$(uname -s)-$(uname -m)" in ;; Darwin-arm64) shatool="shasum -a 256" - sha256sum="62cee043a3a4dbff8c2f6d3885a7e573901bbc1325dd93d50f92904b7ea67fec" + sha256sum="c423a5a88d7a9a6ed667e41d025801c123fa0c5fd384d4ea138fa1fcf2bc24c9" platform="macOS.arm64" ;; Darwin-x86_64) shatool="shasum -a 256" - sha256sum="da0f11a048a316081a8ad8170d48b170b2ed7efc3b140fc88b8611238809c8e4" + sha256sum="e25222d2d6f4f8e3561556ac73f88721ceb5486439d6c2a566d37407ad9a5907" platform="macOS.x86_64" ;; *) -- cgit v0.12