2020-06-27 10:30:31 +02:00

27 lines
889 B
JSON

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