ScoopInstaller_Main/casperjs.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

17 lines
639 B
JSON

{
"version": "1.1.3",
"license": "https://github.com/n1k0/casperjs/blob/master/LICENSE.md",
"url": "https://github.com/casperjs/casperjs/archive/1.1.3.zip",
"hash": "bc5b7d2a3d17d7ffed827863739768eec80ac06959543ab2afc3015b388ae7c5",
"homepage": "http://casperjs.org/",
"extract_dir": "casperjs-1.1.3",
"bin": "bin\\casperjs.exe",
"notes": "Requires an installation of phantomjs 1.x
phantom19 is available in the versions bucket (scoop bucket add versions)",
"checkver": {
"url": "https://github.com/n1k0/casperjs/releases/latest",
"re": "\/releases\/tag\/([\\d.]+)"
}
}