mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "2.9.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.9.0/caddy_2.9.0_windows_amd64.zip",
|
|
"hash": "sha512:62d8ca3608ab7b76c7736dc599e4139f7ec26892823c0c11c55c87706814417ad3294c3f1d3390ac5dcc72c63be5ef830d46676a1a458c54867ee218b1109311"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/caddy/releases/download/v2.9.0/caddy_2.9.0_windows_arm64.zip",
|
|
"hash": "sha512:09a9370014135b8bba0fdb8e6f7243de743f82a7bb417a43833753824afb927f131cd63f24ec8b1a8db280bcee3c83a2a464e652bc7637305304039b25064920"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|