ScoopInstaller_Main/caddy.json
2017-05-03 02:00:45 +02:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.2",
"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.10.2/caddy_v0.10.2_windows_amd64.zip",
"hash": "72e1345140e6f4c84305870604bb4f5f53fa5fabfe5dae865cd71d13b42d8c29"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.2/caddy_v0.10.2_windows_386.zip",
"hash": "2287de850877affec303fb1adf71626eb87cbc046afcc0819f55f0d6e447b968"
}
},
"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"
}
}
}
}