mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 18:15:16 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.10.1",
|
|
"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.10.1/caddy_2.10.1_windows_amd64.zip",
|
|
"hash": "sha512:de2fc31d57e05b21ef729dbe86eff317609eb3d3c8e07927cb73b7c2ea4baade09d257bd39fe81906d84d5ed1845c2ea4e0553c30b0243a7ad5bf945f2779bb4"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/caddy/releases/download/v2.10.1/caddy_2.10.1_windows_arm64.zip",
|
|
"hash": "sha512:8bb5414054e2e72e8b423144faf8bdbd779447e79e3b6c735db5fe3662d16114a5c539f9e013d5ad7a9dd6a30c8893f4ad21932b2f1133c1342f2f4ae39d413b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|