ScoopInstaller_Main/bucket/smimesign.json
2019-05-14 21:44:32 -04:00

29 lines
1.2 KiB
JSON

{
"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",
"version": "0.0.13",
"architecture": {
"64bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.0.13/smimesign-windows-amd64-0.0.13.zip",
"hash": "a5bb1f6c5519387cb8463784d7d1d9f27516f12c226085caf5f5b4b0f2b718b1"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.0.13/smimesign-windows-386-0.0.13.zip",
"hash": "74a5fba20c0e0a78f9c49e245060c27e0cbd75ba4ecb71d6613d7a58330c97f5"
}
},
"bin": "smimesign.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v$version/smimesign-windows-386-$version.zip"
}
}
}
}