mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.7.4",
|
|
"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.4/caddy_2.7.4_windows_amd64.zip",
|
|
"hash": "sha512:d3bb648c05fed64e6a4815275b92c179d4b6dac4ff34f383cd59e94cde8842aee9c9c14e1334d7f3a0ccf9ac43c96252e4c9e4b6fcca32f7950285379137ab06"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/caddy/releases/download/v2.7.4/caddy_2.7.4_windows_arm64.zip",
|
|
"hash": "sha512:2af0f5c2e413fc1cebaef02df6d4f9fcfb76c3c2c745541a64dbe2084e7a2475ca34a3a2f42bba0106673f7bd7900c2780b2ef2acb138032b4fee2e5562828dd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|