mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
25 lines
816 B
JSON
25 lines
816 B
JSON
{
|
|
"version": "1.4.0",
|
|
"description": "Container Signing, Verification and Storage in an OCI registry.",
|
|
"homepage": "https://github.com/sigstore/cosign",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sigstore/cosign/releases/download/v1.4.0/cosign-windows-amd64.exe#/cosign.exe",
|
|
"hash": "4f148a54f615250d5fd70d5ba60977599390a1d9852647c0eaf8758215fd43bf"
|
|
}
|
|
},
|
|
"bin": "cosign.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sigstore/cosign/releases/download/v$version/cosign-windows-amd64.exe#/cosign.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/cosign_checksums.txt"
|
|
}
|
|
}
|
|
}
|