ScoopInstaller_Main/bucket/phantomjs.json
2025-07-08 04:58:42 +00:00

18 lines
675 B
JSON

{
"version": "2.1.1",
"description": "A headless web browser scriptable with JavaScript.",
"homepage": "https://phantomjs.org/",
"license": "BSD-3-Clause",
"url": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-windows.zip",
"hash": "d9fb05623d6b26d3654d008eab3adafd1f6350433dfd16138c46161f42c7dcc8",
"extract_dir": "phantomjs-2.1.1-windows",
"bin": "bin\\phantomjs.exe",
"checkver": {
"url": "https://phantomjs.org/download.html",
"regex": "phantomjs-([\\d.]+)-windows.zip"
},
"autoupdate": {
"url": "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-$version-windows.zip"
}
}