ScoopInstaller_Main/bucket/smimesign.json
2021-09-24 23:50:52 -07:00

29 lines
1.2 KiB
JSON

{
"version": "0.1.1",
"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.1/smimesign-windows-amd64-v0.1.1.zip",
"hash": "964d7ed04e615b7e1f1ae57848456839aec336cb734882199f6450f889c5ed4a"
},
"32bit": {
"url": "https://github.com/github/smimesign/releases/download/v0.1.1/smimesign-windows-386-v0.1.1.zip",
"hash": "aa57bf8a279119316bec4e457f4a91b4e6dcddc2d91ec7917a3188521b823f9b"
}
},
"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"
}
}
}
}