ScoopInstaller_Main/caddy.json
Rémy 2fa1b0112e Checkver add github helper
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.

`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
2017-01-01 18:22:31 +01:00

44 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": {
"github": "https://github.com/mholt/caddy"
},
"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"
}
}
}