mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
caddy: Add arm64 support (#4748)
* caddy: Add arm64 support * update via checkver.ps1
This commit is contained in:
parent
a3d0433fe6
commit
4e68b9866b
@ -7,6 +7,10 @@
|
||||
"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",
|
||||
@ -17,6 +21,9 @@
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user