2022-12-02 16:29:23 +00:00

26 lines
855 B
JSON

{
"version": "0.4.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.4.1/gitsign_0.4.1_windows_amd64.exe#/gitsign.exe",
"hash": "381f8a30d929b25f1dd0e82158c7d321710de048c95528c324c7698554312ee0"
}
},
"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$"
}
}
}