2022-04-12 12:30:15 +00:00

29 lines
958 B
JSON

{
"version": "1.7.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.7.2/sget-windows-amd64.exe#/sget.exe",
"hash": "34fdcfd46612d4a9f5c0d939deda9e6757e7e4672f1aee718a6bca48e0318572"
}
},
"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$"
}
}
}