:casperjs: Update to version 1.1.4-2 (#2811)

- Check version from github
This commit is contained in:
Jakub Čábera 2018-11-25 22:34:01 +01:00 committed by Richard Kuhnt
parent 322dd5ac72
commit 88a4ca4566

View File

@ -1,21 +1,20 @@
{ {
"version": "1.1.4-1", "version": "1.1.4-2",
"homepage": "http://casperjs.org/", "homepage": "http://casperjs.org/",
"description": "Navigation scripting & testing for PhantomJS and SlimerJS", "description": "Navigation scripting & testing for PhantomJS and SlimerJS",
"license": "MIT", "license": "MIT",
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-1.zip", "url": "https://github.com/casperjs/casperjs/archive/1.1.4-2.zip",
"hash": "9e2e74bb77466227d38facc442f76a69404e78bca02238b57c66b24094adf78c", "hash": "50ecfb26694949006d21b0832f2e62b440b19689aac0282cbaa7a2e6184edf9a",
"extract_dir": "casperjs-1.1.4-1", "extract_dir": "casperjs-1.1.4-2",
"bin": "bin\\casperjs.exe", "bin": "bin\\casperjs.exe",
"suggest": { "suggest": {
"phantomjs": [ "phantomjs": "phantomjs",
"phantomjs" "python": "python"
], },
"python": [ "checkver": {
"python" "github": "https://github.com/casperjs/casperjs/",
] "regex": "/tag/([\\d\\.-]+)"
}, },
"checkver": "archive/([\\d.-]+).zip",
"autoupdate": { "autoupdate": {
"url": "https://github.com/casperjs/casperjs/archive/$version.zip", "url": "https://github.com/casperjs/casperjs/archive/$version.zip",
"extract_dir": "casperjs-$version" "extract_dir": "casperjs-$version"