mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 05:35:15 +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
18 lines
663 B
JSON
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"
|
|
}
|