ScoopInstaller_Main/caddy.json
2017-10-09 06:01:46 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.10.10",
"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.10/caddy_v0.10.10_windows_amd64.zip",
"hash": "728f9eb905b6e0c506bd603e130eca1f40e1fa90182f187e6572a688de7d6924"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.10.10/caddy_v0.10.10_windows_386.zip",
"hash": "3a9ab2af2f19d7953bf549283df690f309e3a2603c4f3767f132063ec3fc2df7"
}
},
"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"
}
}
}
}