mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.11",
|
|
"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.11/caddy_v0.10.11_windows_amd64.zip",
|
|
"hash": "2141f7d2b6a1dea78593878a9bc030ae85bfdc5e7efce562d13797c2a4b5325a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.10.11/caddy_v0.10.11_windows_386.zip",
|
|
"hash": "3b445223e49f94b268cb1d69f5821ac970ab8e24bce7c9ff270c5e6facd1179e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|