mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
29 lines
960 B
JSON
29 lines
960 B
JSON
{
|
|
"version": "1.13.2",
|
|
"description": "Safer, automatic verification of signatures and integration.",
|
|
"homepage": "https://github.com/sigstore/cosign#sget",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sigstore/cosign/releases/download/v1.13.2/sget-windows-amd64.exe#/sget.exe",
|
|
"hash": "273531c786928a1d72bd6d55cabe14e06a7785758aeb833ee6e885139f646b77"
|
|
}
|
|
},
|
|
"bin": "sget.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/sigstore/cosign/releases",
|
|
"regex": "tree\\/v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sigstore/cosign/releases/download/v$version/sget-windows-amd64.exe#/sget.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/cosign_checksums.txt",
|
|
"regex": "(?im)^$sha256\\s+$basename$"
|
|
}
|
|
}
|
|
}
|