2024-02-12 12:30:06 +00:00

26 lines
855 B
JSON

{
"version": "0.8.1",
"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.8.1/gitsign_0.8.1_windows_amd64.exe#/gitsign.exe",
"hash": "32c511d3907ea4e7c06211fc672240b218628946fc10d5b6f477ca0ec2b4a6b4"
}
},
"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$"
}
}
}