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

23 lines
738 B
JSON

{
"homepage": "https://hub.github.com/",
"version": "2.2.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v2.2.3/hub-windows-amd64-2.2.3.zip",
"hash": "e6c3ed06a7ceb9beb2961e5f2cf25cb09091bf372979c5a47f62e7b8f7658375"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v2.2.3/hub-windows-386-2.2.3.zip",
"hash": "b4dc172880bf24c876711f5c8300fe9ab48207e138b3aa7eee5826f1c5b1e5b3"
}
},
"bin": [
"bin\\hub.exe"
],
"checkver": {
"url": "https://github.com/github/hub/releases/latest",
"re": "\/releases\/tag\/v([\\d.]+)"
}
}