mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
17 lines
597 B
JSON
17 lines
597 B
JSON
{
|
|
"homepage": "http://phantomjs.org/",
|
|
"version": "2.1.1",
|
|
"license": "BSD-3-Clause",
|
|
"hash": "d9fb05623d6b26d3654d008eab3adafd1f6350433dfd16138c46161f42c7dcc8",
|
|
"url": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-windows.zip",
|
|
"extract_dir": "phantomjs-2.1.1-windows",
|
|
"bin": "bin\\phantomjs.exe",
|
|
"checkver": {
|
|
"url": "http://phantomjs.org/download.html",
|
|
"re": "phantomjs-([\\d.]+)-windows.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-$version-windows.zip"
|
|
}
|
|
}
|