mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
29 lines
1.2 KiB
JSON
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.12",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/smimesign/releases/download/0.0.12/smimesign-windows-amd64-0.0.12.zip",
|
|
"hash": "3372d1c0e7324c3b7f17ab7406ebc366d78321c8563ddbc0b57cbed2220ec250"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/smimesign/releases/download/0.0.12/smimesign-windows-386-0.0.12.zip",
|
|
"hash": "881bd9239c1bfe47e7b7efd3a5349a27ec199a970415418fb361dc55c1743d1e"
|
|
}
|
|
},
|
|
"bin": "smimesign.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/smimesign/releases/download/$version/smimesign-windows-amd64-$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/smimesign/releases/download/$version/smimesign-windows-386-$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|