mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-29 03:51:20 +00:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "0.9.4",
|
|
"homepage": "http://caddyserver.com",
|
|
"license": "https://github.com/mholt/caddy/blob/master/LICENSE.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.9.4/caddy_windows_amd64.zip",
|
|
"hash": "8a73143fe859e0ba3b854fdc6ac4a81c7a69f32472fb6dc793fbf0c9a7ad3abc",
|
|
"bin": [
|
|
[
|
|
"caddy_windows_amd64.exe",
|
|
"caddy"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v0.9.4/caddy_windows_386.zip",
|
|
"hash": "0cda4857e4a8a9f237b233e8755838e3e0bac05556e7fea8f035e6636232ad84",
|
|
"bin": [
|
|
[
|
|
"caddy_windows_386.exe",
|
|
"caddy"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/mholt/caddy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|