ScoopInstaller_Main/caddy.json
2018-03-27 06:00:33 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.12",
"homepage": "https://caddyserver.com",
"license": "https://github.com/mholt/caddy/blob/master/LICENSE.txt",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.12/caddy_v0.10.12_windows_amd64.zip",
"hash": "487ac290930a13e6c815cd22a534ccd0747680aad7f9f17e04600d7155eebc31"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.12/caddy_v0.10.12_windows_386.zip",
"hash": "7b57c8dd5c44bb5d6b4a9544d46c90174e2d744ef91c8344d81dfc899410a630"
}
},
"bin": "caddy.exe",
"checkver": {
"github": "https://github.com/mholt/caddy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_386.zip"
}
}
}
}