From b1050e4cf1dedbf12ac488b91ceed06046471ff7 Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 29 Mar 2022 14:46:38 +0100 Subject: [PATCH] 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 --- bucket/sget.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bucket/sget.json b/bucket/sget.json index afac88d01b..3684b20f1f 100644 --- a/bucket/sget.json +++ b/bucket/sget.json @@ -1,16 +1,19 @@ { - "version": "1.5.0", + "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.5.0/sget-windows-amd64.exe#/sget.exe", - "hash": "10918e3edaf08cfa877d25e4b71f3c5095da5dcde0624c3631bf08888963c29b" + "url": "https://github.com/sigstore/cosign/releases/download/v1.6.0/sget-windows-amd64.exe#/sget.exe", + "hash": "d71c58e54cb1c6cd03ad72180ca5d1552d2d8901814a67c574548e932d9f961d" } }, "bin": "sget.exe", - "checkver": "github", + "checkver": { + "url": "https://github.com/sigstore/cosign/releases", + "regex": "tree\\/v([\\d.]+)" + }, "autoupdate": { "architecture": { "64bit": {