mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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
This commit is contained in:
parent
c67d9d4bfd
commit
b1050e4cf1
@ -1,16 +1,19 @@
|
|||||||
{
|
{
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"description": "Safer, automatic verification of signatures and integration.",
|
"description": "Safer, automatic verification of signatures and integration.",
|
||||||
"homepage": "https://github.com/sigstore/cosign#sget",
|
"homepage": "https://github.com/sigstore/cosign#sget",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/sigstore/cosign/releases/download/v1.5.0/sget-windows-amd64.exe#/sget.exe",
|
"url": "https://github.com/sigstore/cosign/releases/download/v1.6.0/sget-windows-amd64.exe#/sget.exe",
|
||||||
"hash": "10918e3edaf08cfa877d25e4b71f3c5095da5dcde0624c3631bf08888963c29b"
|
"hash": "d71c58e54cb1c6cd03ad72180ca5d1552d2d8901814a67c574548e932d9f961d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "sget.exe",
|
"bin": "sget.exe",
|
||||||
"checkver": "github",
|
"checkver": {
|
||||||
|
"url": "https://github.com/sigstore/cosign/releases",
|
||||||
|
"regex": "tree\\/v([\\d.]+)"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user