ScoopInstaller_Main/caddy.json
Rémy a5c054ea9e Breaking, change autoupdate definition to use the same logic as the
architecture by the core / update the affected manifests / ability to
change extract_dir based on arch / add nssm autoupdate
2017-01-01 17:30:18 +01:00

45 lines
1.4 KiB
JSON

{
"version": "0.9.4",
"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.4/caddy_windows_amd64.zip",
"hash": "8a73143fe859e0ba3b854fdc6ac4a81c7a69f32472fb6dc793fbf0c9a7ad3abc",
"bin": [
[
"caddy_windows_amd64.exe",
"caddy"
]
]
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v0.9.4/caddy_windows_386.zip",
"hash": "0cda4857e4a8a9f237b233e8755838e3e0bac05556e7fea8f035e6636232ad84",
"bin": [
[
"caddy_windows_386.exe",
"caddy"
]
]
}
},
"checkver": {
"url": "https://github.com/mholt/caddy/releases/latest",
"re": "/releases/tag/v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/mholt/caddy/releases/download/v$version/caddy_windows_386.zip"
}
},
"hash": {
"mode": "download"
}
}
}