ScoopInstaller_Main/caddy.json
2017-08-26 00:00:26 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.7",
"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.7/caddy_v0.10.7_windows_amd64.zip",
"hash": "cbe46bc4cf87e496b8e01a78a6aa183c527c4e8c6dfe48d63b716c1e87ee06fb"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.7/caddy_v0.10.7_windows_386.zip",
"hash": "d052fce1fcfb8fdc4d99b8e78a61bca907d7cc0e402ba7f9dc7c4685d5d6e260"
}
},
"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"
}
}
}
}