Skip to content

Commit b414da7

Browse files
committed
xcaddy: Add version 0.4.4
1 parent 40732bc commit b414da7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

bucket/xcaddy.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"version": "0.4.4",
3+
"description": "Command line tool and associated Go package makes it easy to make custom builds of the Caddy Web Server.",
4+
"homepage": "https://caddyserver.com",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_windows_amd64.zip",
9+
"hash": "sha512:cbc63529fd591742d67d68ca21c4cdb70a288cb91b20f2d9c711c34b4674d7beccd3aa774e5a6a4b7ea2c8fa92434911288c872b67fe56b8979eedd19130c041"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_windows_arm64.zip",
13+
"hash": "sha512:f8ecb810f1ebe6afbd30c673d4fd8246a808a97c7f0be1544ebeccfc5beca91ad80dec2bdc0ccb9911db39ced648e3e8fe54f11c3abcb028c468858c08e3ce9f"
14+
}
15+
},
16+
"bin": "xcaddy.exe",
17+
"checkver": {
18+
"github": "https://github.com/caddyserver/xcaddy"
19+
},
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_amd64.zip"
24+
},
25+
"arm64": {
26+
"url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_arm64.zip"
27+
}
28+
},
29+
"hash": {
30+
"url": "$baseurl/xcaddy_$version_checksums.txt"
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)