mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 18:11:20 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.11.2",
|
|
"homepage": "https://caddyserver.com",
|
|
"description": "HTTP/2 web server with automatic HTTPS",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.11.2/caddy_v0.11.2_windows_amd64.zip",
|
|
"hash": "54b9c0d1f1e6cdc8fe54640342d6aa5ffbaaf8acd6e4ac6da2aea238848e472b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.11.2/caddy_v0.11.2_windows_386.zip",
|
|
"hash": "c5d09806ca732cef3afe1a2d935dfd117b5fa8e37691ca7067d1a45863d6affe"
|
|
}
|
|
},
|
|
"bin": "caddy.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/mholt/caddy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|