ScoopInstaller_Main/bucket/smimesign.json
2021-10-05 00:13:26 -07:00

29 lines
1.2 KiB
JSON

{
"version": "0.2.0",
"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.2.0/smimesign-windows-amd64-v0.2.0.zip",
"hash": "e6ccd16f61b5d3405836168acf782d4e52164bafae35004329bba41a94cd8329"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.2.0/smimesign-windows-386-v0.2.0.zip",
"hash": "259e6e94fabd294e25ee5f71e8395e8c02b7bcf45a56a769b99943549ae88bd1"
}
},
"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"
}
}
}
}