ScoopInstaller_Main/caddy.json
2019-02-05 21:00:22 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.11.3",
"homepage": "https://caddyserver.com",
"description": "HTTP/2 web server with automatic HTTPS",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.11.3/caddy_v0.11.3_windows_amd64.zip",
"hash": "5339ddb28db3788ce0bdb7b41b94176f5c640d5fcdb27fa61c0d9b830e8a8f16"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.11.3/caddy_v0.11.3_windows_386.zip",
"hash": "5bbe3f0b23121c6166b731bea50c3f0d4e0e2d541bb513ec9c7da534f38b9191"
}
},
"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"
}
}
}
}