mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
cosign: Fix hash (#3251)
This commit is contained in:
parent
521f2e7265
commit
75299cc660
@ -6,7 +6,7 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/sigstore/cosign/releases/download/v1.5.0/cosign-windows-amd64.exe#/cosign.exe",
|
"url": "https://github.com/sigstore/cosign/releases/download/v1.5.0/cosign-windows-amd64.exe#/cosign.exe",
|
||||||
"hash": "a892d11ed548f74968df15e29d64b0ec5ec5e9a12b1712cfd60c653ec8b636f9"
|
"hash": "cdd2717287bf258ff8bfa51d938981d9ffd4eeb3341575f795634c0c41b556c4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "cosign.exe",
|
"bin": "cosign.exe",
|
||||||
@ -18,7 +18,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/cosign_checksums.txt"
|
"url": "$baseurl/cosign_checksums.txt",
|
||||||
|
"regex": "$sha256\\s+$basename[^_]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user