2023-10-12 00:33:03 +00:00

34 lines
1.3 KiB
JSON

{
"version": "2.7.5",
"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.7.5/caddy_2.7.5_windows_amd64.zip",
"hash": "sha512:3201e91a00d8c49acf6165753df34fccfb9c0eacb610b0dad5e5c465cdaced761b061f0c7fc200ce4e87f4acfbd6421e9b3e0121ba293532f4afdf7c9c9c96a0"
},
"arm64": {
"url": "https://github.com/caddyserver/caddy/releases/download/v2.7.5/caddy_2.7.5_windows_arm64.zip",
"hash": "sha512:31a1141e4a6e454f716a442e1d5d543f54abc51cadb48229520a6f56fcd326a9c3c7ad12a3edf328e3d9a7a24f12d3863cadd6fa1fa3c1f03eb8d754507860fd"
}
},
"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"
},
"arm64": {
"url": "https://github.com/caddyserver/caddy/releases/download/v$version/caddy_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/caddy_$version_checksums.txt"
}
}
}