mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.
`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
16 lines
582 B
JSON
16 lines
582 B
JSON
{
|
|
"version": "1.1.3",
|
|
"license": "https://github.com/n1k0/casperjs/blob/master/LICENSE.md",
|
|
"url": "https://github.com/casperjs/casperjs/archive/1.1.3.zip",
|
|
"hash": "bc5b7d2a3d17d7ffed827863739768eec80ac06959543ab2afc3015b388ae7c5",
|
|
"homepage": "http://casperjs.org/",
|
|
"extract_dir": "casperjs-1.1.3",
|
|
"bin": "bin\\casperjs.exe",
|
|
"notes": "Requires an installation of phantomjs 1.x
|
|
|
|
phantom19 is available in the versions bucket (scoop bucket add versions)",
|
|
"checkver": {
|
|
"github": "https://github.com/n1k0/casperjs"
|
|
}
|
|
}
|