ScoopInstaller_Main/bucket/smimesign.json
2021-09-28 00:03:35 -07:00

29 lines
1.2 KiB
JSON

{
"version": "0.1.2",
"description": "An S/MIME signing utility compatible with Git that allows developers to sign their commits and tags using X.509 certificates",
"homepage": "https://github.com/github/smimesign",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.2/smimesign-windows-amd64-v0.1.2.zip",
"hash": "2c4b854e28e67c81702a342a606f6f01091df6fbd6260340f53a5a44128a4948"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.2/smimesign-windows-386-v0.1.2.zip",
"hash": "be6eb7d3c75562ca9ce291c99cef6efa098ea9dbb5a7fae733609cc02511a2ea"
}
},
"bin": "smimesign.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-amd64-v$version.zip"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-386-v$version.zip"
}
}
}
}