gitsign: Add version 0.1.0 (#3672)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2022-06-14 10:33:49 +01:00 committed by GitHub
parent f1a738e55b
commit 514cbc6dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
bucket/gitsign.json Normal file
View File

@ -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$"
}
}
}