cosign: Fix hash (#3251)

This commit is contained in:
Steve Hipwell 2022-01-25 15:47:52 +00:00 committed by GitHub
parent 521f2e7265
commit 75299cc660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[^_]"
}
}
}