forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
caddy.json
29 lines (29 loc) · 1.08 KB
/
caddy.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
{
"version": "0.10.14",
"homepage": "https://caddyserver.com",
"license": "https://github.com/mholt/caddy/blob/master/LICENSE.txt",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.14/caddy_v0.10.14_windows_amd64.zip",
"hash": "d1323482460aaf96c43849d7faa6d8ae6efc0c71e3ed80fc26f87b9184f2dce8"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.14/caddy_v0.10.14_windows_386.zip",
"hash": "382ce467b9c536b2945a2eb740e5c7f38859911524554d0d7f2d4bae8886afb4"
}
},
"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://github.com/mholt/caddy/releases/download/v$version/caddy_v$version_windows_386.zip"
}
}
}
}