ScoopInstaller_Main/caddy.json
2018-11-13 20:00:29 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.11.1",
"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.1/caddy_v0.11.1_windows_amd64.zip",
"hash": "293cad875b646b4f63f48369a8e1a91eec37e9e2e7e05602d51cbad8e0214981"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.11.1/caddy_v0.11.1_windows_386.zip",
"hash": "2af931585a54de5f05da2631d49fe737fbac7ae1dc509a507b5d043f9e242a72"
}
},
"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"
}
}
}
}