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

27 lines
817 B
JSON

{
"homepage": "http://nim-lang.org/",
"version": "0.15.2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "http://nim-lang.org/download/nim-0.15.2_x64.zip",
"hash": "ceea42de6ebcd41032ee51f04526dc4cf2cbb0958ca6ad2321cf21944e05f553"
},
"32bit": {
"url": "http://nim-lang.org/download/nim-0.15.2_x32.zip",
"hash": "0f1bfb74751f55e090140a361c08e9f39f1dd03f1f0c070c061f2d5049ab9f96s"
}
},
"depends": "gcc",
"extract_dir": "nim-0.15.2",
"post_install": "
# Copy Nimble package
Copy-Item -Recurse $dir\\dist\\nimble\\src\\nimblepkg $dir\\bin
",
"env_add_path": "bin",
"checkver": {
"url": "http://nim-lang.org/download.html",
"re": "nim-([\\d.]+)_x64"
}
}