2019-07-02 20:01:31 +00:00

31 lines
1.1 KiB
JSON

{
"version": "1.0.1",
"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.1/caddy_v1.0.1_windows_amd64.zip",
"hash": "ad245b766e46a6daa1a1c1ca3558fc0e06296b031fbadf200762ee6de3bcddc9"
},
"32bit": {
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v1.0.1",
"hash": "079f6d025446bcea445427418b1bf8509ceff52bf816b1d7902b1c439fe11001"
}
},
"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"
}
}
}
}