ScoopInstaller_Main/bucket/smimesign.json
2020-08-18 08:11:28 +02:00

29 lines
1.2 KiB
JSON

{
"version": "0.1.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.1.0/smimesign-windows-amd64-0.1.0.zip",
"hash": "bc5fd354ad0df064b7c35769e26598aa7a0e636249a1c0f07d26c02db3816da9"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.0/smimesign-windows-386-0.1.0.zip",
"hash": "b3709e4ec50bfaf9af47fe7279aaafeb634011ad88a32b460b5d7d630cc2c596"
}
},
"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"
}
}
}
}