ScoopInstaller_Main/caddy.json
2017-04-25 18:17:29 +02:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.0",
"homepage": "http://caddyserver.com",
"license": "https://github.com/mholt/caddy/blob/master/LICENSE.txt",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.0/caddy_v0.10.0_windows_amd64.zip",
"hash": "363d74ee1fe028ee88d0892f798494f609f6cf700d656d11a3e5120f857b3e25"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.0/caddy_v0.10.0_windows_386.zip",
"hash": "4b4a9fe632ad542d2b327f44572220f79de4337be3f0bf69f46eb3c5ef0bbe98"
}
},
"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"
}
}
}
}