mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.3",
|
|
"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.3/caddy_v1.0.3_windows_amd64.zip",
|
|
"hash": "2ff3f3ba6bcb92e1732e26af27d24695edc8d79f293aee645ddfac3e2b1167e8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v1.0.3",
|
|
"hash": "a3d8c29538b57d7c819f462a5ffeb5cfc56622fe697715cfbb51cc5eb1011923"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|