ScoopInstaller_Main/bucket/phantomjs.json
2025-06-13 16:12:26 +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": "ae595cfe3a3d5871e4edf7b676c67a32dbac31dacef9d541b8650eb923955306",
"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"
}
}