mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
21 lines
777 B
JSON
21 lines
777 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": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/latest",
|
|
"re": "\/releases\/tag\/([\\d.]+)"
|
|
}
|
|
}
|