ScoopInstaller_Main/caddy.json
Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

26 lines
916 B
JSON

{
"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"]
]
}
},
"checkver": {
"url": "https://github.com/mholt/caddy/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}