ScoopInstaller_Main/caddy.json
2018-05-13 13:24:09 +02:00

31 lines
1.1 KiB
JSON

{
"version": "0.11.0",
"homepage": "https://caddyserver.com",
"description": "HTTP/2 web server with automatic HTTPS",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.11.0/caddy_v0.11.0_windows_amd64.zip",
"hash": "52de3956a913da2045221770978c5578d828f65e094db8f8fe414f1fea9c4a8a"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.11.0/caddy_v0.11.0_windows_386.zip",
"hash": "4d9d6402f0f5e63027461cb59046750bacfaf7a9176f72b731679e0d62674ddd"
}
},
"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"
}
}
}
}