From 75299cc66004d6f8ca0bfecce6c6475b18760217 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 25 Jan 2022 15:47:52 +0000 Subject: [PATCH] cosign: Fix hash (#3251) --- bucket/cosign.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bucket/cosign.json b/bucket/cosign.json index 5c4add1dce..939bee5506 100644 --- a/bucket/cosign.json +++ b/bucket/cosign.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/sigstore/cosign/releases/download/v1.5.0/cosign-windows-amd64.exe#/cosign.exe", - "hash": "a892d11ed548f74968df15e29d64b0ec5ec5e9a12b1712cfd60c653ec8b636f9" + "hash": "cdd2717287bf258ff8bfa51d938981d9ffd4eeb3341575f795634c0c41b556c4" } }, "bin": "cosign.exe", @@ -18,7 +18,8 @@ } }, "hash": { - "url": "$baseurl/cosign_checksums.txt" + "url": "$baseurl/cosign_checksums.txt", + "regex": "$sha256\\s+$basename[^_]" } } }