mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
* sget: Fix checkver * sget: Revert checkver for testing * sget: Update to version 1.6.0, fix checkver
29 lines
958 B
JSON
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$"
|
|
}
|
|
}
|
|
}
|