2019-11-15 22:01:31 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.0.4",
"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/v1.0.4/caddy_v1.0.4_windows_amd64.zip",
"hash": "b981f1476ee80cdb150adaad2bc8546366f75bba8190b9018a5649cec4678322"
},
"32bit": {
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v1.0.4",
"hash": "1e97ddbe8b2cb9f06fa1d4ec5fee58eb0c9b0e77606dea0671c95e02bb56a574"
}
},
"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://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v$version"
}
}
}
}