Add Caddy Bucket (#1075)

* Create caddy.json

@lukesampson Is there a way to rename the bin after extraction?

* Update caddy.json

* Update caddy.json
This commit is contained in:
Alex D. Guerrieri 2016-10-11 10:18:58 +02:00 committed by Luke Sampson
parent e267a1931d
commit 49e872b33d

21
caddy.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.9.3",
"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.9.3/caddy_windows_amd64.zip",
"hash": "19df428c8e16710b6376fef768b1a3be1d0297ccf0ec78ab1927d6ec41c1cc71",
"bin": [
["caddy_windows_amd64.exe", "caddy"]
]
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.9.3/caddy_windows_386.zip",
"hash": "96c1eb95eee45bf304b26d78e2a1315494f5bd2d1f809fbb11d898a30aefab4b",
"bin": [
["caddy_windows_386.exe", "caddy"]
]
}
}
}