tech189 b1050e4cf1
sget: Update to version 1.6.0 (#3454)
* sget: Fix checkver

* sget: Revert checkver for testing

* sget: Update to version 1.6.0, fix checkver
2022-03-29 19:16:38 +05:30

29 lines
958 B
JSON

{
"version": "1.6.0",
"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.6.0/sget-windows-amd64.exe#/sget.exe",
"hash": "d71c58e54cb1c6cd03ad72180ca5d1552d2d8901814a67c574548e932d9f961d"
}
},
"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$"
}
}
}