generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxcaddy-aoks.json
37 lines (37 loc) · 1.42 KB
/
xcaddy-aoks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "0.4.4",
"description": "Build Caddy with plugins",
"homepage": "https://github.com/caddyserver/xcaddy",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_windows_amd64.zip",
"hash": "ccd3aa774e5a6a4b7ea2c8fa92434911288c872b67fe56b8979eedd19130c041"
},
"arm64": {
"url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_windows_arm64.zip",
"hash": "d80dec2bdc0ccb9911db39ced648e3e8fe54f11c3abcb028c468858c08e3ce9f"
}
},
"bin": "xcaddy.exe",
"depends": "main/go",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_amd64.zip",
"hash": {
"url": "$baseurl/xcaddy_$version_checksums.txt",
"regex": "$sha256\\s+$basename"
}
},
"arm64": {
"url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_arm64.zip",
"hash": {
"url": "$baseurl/xcaddy_$version_checksums.txt",
"regex": "$sha256\\s+$basename"
}
}
}
}
}