mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
27 lines
907 B
JSON
27 lines
907 B
JSON
{
|
|
"version": "2.5.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.5.2/caddy_2.5.2_windows_amd64.zip",
|
|
"hash": "sha512:b104d364a458f457bab24f12f97470612035f705fceb170ce16b567e18e0429a18a726f6b1bb435f92d28a659aee52c08c0bac3be41b7f23887b8e7307507482"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/caddy_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|