Rémy 2fa1b0112e Checkver add github helper
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
2017-01-01 18:22:31 +01:00

18 lines
663 B
JSON

{
"homepage": "https://github.com/BurntSushi/ripgrep",
"licence": "MIT",
"version": "0.2.9",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.2.9/ripgrep-0.2.9-x86_64-pc-windows-msvc.zip",
"hash": "22ba4ba70142f3d8fe575058e3a1ecb128b9dfdd037ae737fed5531857fa59ed"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.2.9/ripgrep-0.2.9-i686-pc-windows-msvc.zip",
"hash": "d1110d07500d3d68ead8af7801e650ee6b7cc207a9679093fd905cc015a9b811"
}
},
"bin": "rg.exe",
"checkver": "github"
}