mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
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.11",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/smimesign/releases/download/0.0.11/smimesign-windows-amd64-0.0.11.zip",
|
|
"hash": "263ccbafc365729b5020da0527151757d531793e8ff9209020b6d104b563da28"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/github/smimesign/releases/download/0.0.11/smimesign-windows-386-0.0.11.zip",
|
|
"hash": "0893c35e3afbb41d37ca8cdc924bc06cb5bfa36cd2d7997a0c5c4c31c3970d01"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|