From edda8f5ca5ffef6094ec3ef5be96c497f03f8a86 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 16 Nov 2021 11:04:27 +0800 Subject: [PATCH] sget: Add version 1.3.1 (#2962) --- bucket/sget.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/sget.json diff --git a/bucket/sget.json b/bucket/sget.json new file mode 100644 index 0000000000..08bf3e1375 --- /dev/null +++ b/bucket/sget.json @@ -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" + } + } +}