Update casperjs to version 1.1.4-1 (#1832)

This commit is contained in:
Brandon Smith 2017-11-11 16:25:01 -05:00 committed by Richard Kuhnt
parent 2f628aef76
commit 130bddb20f

View File

@ -1,17 +1,20 @@
{ {
"version": "1.1.4", "version": "1.1.4-1",
"license": "https://github.com/n1k0/casperjs/blob/master/LICENSE.md",
"url": "https://github.com/casperjs/casperjs/archive/1.1.4.zip",
"hash": "2d98eecf417f6034394c0ec2dcefb25f47e49342801b2ed21e85b21a4dd0eddc",
"homepage": "http://casperjs.org/", "homepage": "http://casperjs.org/",
"extract_dir": "casperjs-1.1.4", "license": "MIT",
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-1.zip",
"hash": "9e2e74bb77466227d38facc442f76a69404e78bca02238b57c66b24094adf78c",
"extract_dir": "casperjs-1.1.4-1",
"bin": "bin\\casperjs.exe", "bin": "bin\\casperjs.exe",
"notes": "Requires an installation of phantomjs 1.x "suggest": {
"phantomjs": [
phantom19 is available in the versions bucket (scoop bucket add versions)", "phantomjs"
"checkver": { ],
"github": "https://github.com/n1k0/casperjs" "python": [
"python"
]
}, },
"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"