sget: Add version 1.3.1 (#2962)

This commit is contained in:
Hsiao-nan Cheung 2021-11-16 11:04:27 +08:00 committed by GitHub
parent 4dfea59186
commit edda8f5ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/sget.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "1.3.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.3.1/sget-windows-amd64.exe#/sget.exe",
"hash": "170bde846ab99e9ffbaa16f75f7703ba4fd2b98b304e4b5cb3375b2283789263"
}
},
"bin": "sget.exe",
"checkver": "github",
"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"
}
}
}