2019-08-13 22:01:27 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.0.2",
"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.2/caddy_v1.0.2_windows_amd64.zip",
"hash": "143ddf7d7c2529140a35971168d3bf82bb4a12cc441f29482c3aad60abb0c776"
},
"32bit": {
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v1.0.2",
"hash": "03404a0dde90cc6bb6ebcaf18e4fced5653ce3788c49672de3a17cd7bc6679a4"
}
},
"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"
}
}
}
}