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.12",
"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.12/caddy_v0.10.12_windows_amd64.zip",
"hash": "487ac290930a13e6c815cd22a534ccd0747680aad7f9f17e04600d7155eebc31"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.12/caddy_v0.10.12_windows_386.zip",
"hash": "7b57c8dd5c44bb5d6b4a9544d46c90174e2d744ef91c8344d81dfc899410a630"
}
},
"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"
}
}
}
}