From 514cbc6dc652354fee68b5caa5af6dad9870896e Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 14 Jun 2022 10:33:49 +0100 Subject: [PATCH] gitsign: Add version 0.1.0 (#3672) Signed-off-by: Steve Hipwell --- bucket/gitsign.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/gitsign.json diff --git a/bucket/gitsign.json b/bucket/gitsign.json new file mode 100644 index 0000000000..0467cf5ce0 --- /dev/null +++ b/bucket/gitsign.json @@ -0,0 +1,25 @@ +{ + "version": "0.1.0", + "description": "Keyless Git signing with Sigstore!", + "homepage": "https://github.com/sigstore/gitsign", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/sigstore/gitsign/releases/download/v0.1.0/gitsign_0.1.0_windows_amd64.exe#/gitsign.exe", + "hash": "5cda4d7c12999894eafd89658d75e9894b53428651cc9119277fdd91252f4726" + } + }, + "bin": "gitsign.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sigstore/gitsign/releases/download/v$version/gitsign_$version_windows_amd64.exe#/gitsign.exe" + } + }, + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "(?im)^$sha256\\s+$basename$" + } + } +}