HUMORCE 4e68b9866b
caddy: Add arm64 support (#4748)
* caddy: Add arm64 support

* update via checkver.ps1
2023-04-30 15:26:44 +00:00

34 lines
1.3 KiB
JSON

{
"version": "2.6.4",
"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.6.4/caddy_2.6.4_windows_amd64.zip",
"hash": "sha512:e2a9a708786cc498cf4b12c0aaf2c9731cc89ccef71a7da4c2be60e18d730675890c2d6bbddd3d8347e5f89f348d5e74fbfbf339ed1ec280f5caf69c3849a243"
},
"arm64": {
"url": "https://github.com/caddyserver/caddy/releases/download/v2.6.4/caddy_2.6.4_windows_arm64.zip",
"hash": "sha512:284b93d447ba6105e5a6825f20c7f1f330c57975492aa1f638e1d2b9077d00a7a841a33a9164167be013ca9f432d85eb8239758bad44d6db0c8799ff6620d539"
}
},
"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"
}
}
}