mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
:casperjs: Update to version 1.1.4-2 (#2811)
- Check version from github
This commit is contained in:
parent
322dd5ac72
commit
88a4ca4566
@ -1,21 +1,20 @@
|
||||
{
|
||||
"version": "1.1.4-1",
|
||||
"version": "1.1.4-2",
|
||||
"homepage": "http://casperjs.org/",
|
||||
"description": "Navigation scripting & testing for PhantomJS and SlimerJS",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-1.zip",
|
||||
"hash": "9e2e74bb77466227d38facc442f76a69404e78bca02238b57c66b24094adf78c",
|
||||
"extract_dir": "casperjs-1.1.4-1",
|
||||
"url": "https://github.com/casperjs/casperjs/archive/1.1.4-2.zip",
|
||||
"hash": "50ecfb26694949006d21b0832f2e62b440b19689aac0282cbaa7a2e6184edf9a",
|
||||
"extract_dir": "casperjs-1.1.4-2",
|
||||
"bin": "bin\\casperjs.exe",
|
||||
"suggest": {
|
||||
"phantomjs": [
|
||||
"phantomjs"
|
||||
],
|
||||
"python": [
|
||||
"python"
|
||||
]
|
||||
"phantomjs": "phantomjs",
|
||||
"python": "python"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/casperjs/casperjs/",
|
||||
"regex": "/tag/([\\d\\.-]+)"
|
||||
},
|
||||
"checkver": "archive/([\\d.-]+).zip",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/casperjs/casperjs/archive/$version.zip",
|
||||
"extract_dir": "casperjs-$version"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user