Huiyi.FYJ ffb9ba231c caddy: Update to version 1.0.0 and fix 32bit URL (#99)
- 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.
2019-05-30 14:54:53 +02:00

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"
}
}
}
}