2022-09-20 20:30:06 +00:00

27 lines
907 B
JSON

{
"version": "2.6.0",
"description": "HTTP/2 web server with automatic HTTPS",
"homepage": "https://caddyserver.com",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/caddyserver/caddy/releases/download/v2.6.0/caddy_2.6.0_windows_amd64.zip",
"hash": "sha512:49582519293819fd4086540aa83428f75af7074882056b6cbe7ab29038f11587f9b6ea2bd68de583e4e99e7afb5bd42ea943e81065a1dc0b5f0b3057f7a0da0b"
}
},
"bin": "caddy.exe",
"checkver": {
"github": "https://github.com/caddyserver/caddy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/caddyserver/caddy/releases/download/v$version/caddy_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/caddy_$version_checksums.txt"
}
}
}