2022-08-04 20:28:35 +00:00

29 lines
960 B
JSON

{
"version": "1.10.1",
"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.10.1/sget-windows-amd64.exe#/sget.exe",
"hash": "a766f48f92ca0ca75dc53f88d68904beadf96fc012276bac9974d0ea1b85b376"
}
},
"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$"
}
}
}