mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
- Update to version 1.0.0 and fix 32bit URL Note: official GitHub release page doesn't offer 32-bit caddy. More to see mholt/caddy#2628 - The official download page doesn't specify 'version' parameter for download URL. But 'version' parameter can specify the version of the caddy you downloaded.
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"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/v1.0.0/caddy_v1.0.0_windows_amd64.zip",
|
|
"hash": "c8cb7093e427662edc2345baadb9caf868c9b0c2167ec33d831c4f2c8a2ceea2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v1.0.0",
|
|
"hash": "9ee82912eeeade89044a366ab9feaac3d5cdd8ab9c60e27fc067fabd797fb3e0"
|
|
}
|
|
},
|
|
"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://caddyserver.com/download/windows/386?license=personal&telemetry=off&version=v$version"
|
|
}
|
|
}
|
|
}
|
|
}
|