mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.10.2",
|
|
"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.2/caddy_2.10.2_windows_amd64.zip",
|
|
"hash": "sha512:88347875f0cd4b5e26bb39cd1f359613f932d54158d560e03244004d1ba6e61aae0cd625ba7c913bd46df096ef973fef2249396b0bb81143414378cb4447aeb8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/caddy/releases/download/v2.10.2/caddy_2.10.2_windows_arm64.zip",
|
|
"hash": "sha512:51e5e0d4f159222a4d0b70a43fbb009fefa4050a4fa269894768bbb7d147ed81e3f14449f87b843f8c4147dda1dabe24e67b34863ee666c6692b9008f9517396"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|