2024-04-02 21:05:36 +00:00

26 lines
858 B
JSON

{
"version": "0.10.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.10.1/gitsign_0.10.1_windows_amd64.exe#/gitsign.exe",
"hash": "d0836f87efb0eabd599e7ab4f9751049a79ede54eced27c2d182da62c35c7d28"
}
},
"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$"
}
}
}