ScoopInstaller_Main/caddy.json
2018-04-19 00:00:31 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.13",
"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.13/caddy_v0.10.13_windows_amd64.zip",
"hash": "5ea622f074b9f04b6d78709aabf3b8dbc407a2cb9b9706921c2a13d7345e389b"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.13/caddy_v0.10.13_windows_386.zip",
"hash": "a55b887985cc4398953d192045ccf1552ea189ca4b465a980a59c0bb65abb763"
}
},
"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"
}
}
}
}