ScoopInstaller_Main/caddy.json
2018-02-20 07:01:15 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.11",
"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.11/caddy_v0.10.11_windows_amd64.zip",
"hash": "2141f7d2b6a1dea78593878a9bc030ae85bfdc5e7efce562d13797c2a4b5325a"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.11/caddy_v0.10.11_windows_386.zip",
"hash": "3b445223e49f94b268cb1d69f5821ac970ab8e24bce7c9ff270c5e6facd1179e"
}
},
"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"
}
}
}
}