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

14 lines
537 B
JSON

{
"version": "v0.5",
"license": "https://github.com/cortesi/devd/blob/master/LICENSE",
"url": "https://github.com/cortesi/devd/releases/download/v0.5/devd-0.5-windows64.zip",
"homepage": "http://corte.si/posts/devd/intro/index.html",
"hash": "c8d2e728ecdb6b5c863a37527f1517b29c25aca4f5286be9bade2f81ee784e8c",
"extract_dir": "devd-0.5-windows64",
"bin": "devd.exe",
"checkver": {
"url": "https://github.com/cortesi/devd/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}