mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.10.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.10.0/caddy_2.10.0_windows_amd64.zip",
|
|
"hash": "sha512:cb97adb2bff5de752e470486ae72d55a6ddcfe4bfa43f09ed849260955df7f61385ac1e2d28fc80458b6910d71fa38d4295bb0689263dcc1743f2050d847c2ad"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/caddy/releases/download/v2.10.0/caddy_2.10.0_windows_arm64.zip",
|
|
"hash": "sha512:d35d6a6ad2baecb228a4085e8c60d7c7f20cbe429438a0c839a0fa391247eb840af71289ff70e9890e54179229070a1b6c5e11252284b90e7c928c80fa8b9072"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|