2022-04-25 20:28:07 +00:00

27 lines
907 B
JSON

{
"version": "2.5.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.5.0/caddy_2.5.0_windows_amd64.zip",
"hash": "sha512:bdd4080106c861512a0b879349cc1526c4e025cec7b2be756bb8d5a3ee704e4911959cfb81f3af3004fe0862fb0dfadbb8e0a9ea728a3f6586a5527df010bacc"
}
},
"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"
}
}
}