From 138d2634cb845415b76268fc0b68e39ea0f488a7 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 25 Jan 2022 15:53:06 +0000 Subject: [PATCH] sget: Fix hash (#3252) --- bucket/sget.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/sget.json b/bucket/sget.json index 08bf3e1375..17d66d25d3 100644 --- a/bucket/sget.json +++ b/bucket/sget.json @@ -1,12 +1,12 @@ { - "version": "1.3.1", + "version": "1.5.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.3.1/sget-windows-amd64.exe#/sget.exe", - "hash": "170bde846ab99e9ffbaa16f75f7703ba4fd2b98b304e4b5cb3375b2283789263" + "url": "https://github.com/sigstore/cosign/releases/download/v1.5.0/sget-windows-amd64.exe#/sget.exe", + "hash": "10918e3edaf08cfa877d25e4b71f3c5095da5dcde0624c3631bf08888963c29b" } }, "bin": "sget.exe", @@ -18,7 +18,8 @@ } }, "hash": { - "url": "$baseurl/cosign_checksums.txt" + "url": "$baseurl/cosign_checksums.txt", + "regex": "$sha256\\s+$basename[^_]" } } }