mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"version": "0.4.5",
|
|
"description": "Command line tool and associated Go package makes it easy to make custom builds of the Caddy Web Server.",
|
|
"homepage": "https://caddyserver.com",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.5/xcaddy_0.4.5_windows_amd64.zip",
|
|
"hash": "sha512:652857d019f3e1772b154b33f2479d8f17f4b10818802363737d35601c4cd51dc9a9ba0b3c64cdada9fe6bdcebb4395d0561b2ca302ae1219b288758c01911c1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/xcaddy/releases/download/v0.4.5/xcaddy_0.4.5_windows_arm64.zip",
|
|
"hash": "sha512:463e9ee40368a08a369dbef2a8f299a5e771b257dc606171e456a7eb1f7f59ca6112c5f406b0c22409599aad52d6c359aff53fd96b58b911e9f7474e53ea4689"
|
|
}
|
|
},
|
|
"bin": "xcaddy.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/caddyserver/xcaddy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/caddyserver/xcaddy/releases/download/v$version/xcaddy_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/xcaddy_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|