mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
21 lines
777 B
JSON
21 lines
777 B
JSON
{
|
|
"homepage": "https://github.com/BurntSushi/ripgrep",
|
|
"licence": "MIT",
|
|
"version": "0.2.5",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.2.5/ripgrep-0.2.5-x86_64-pc-windows-msvc.zip",
|
|
"hash": "e2963bf7737650acc8fb0ada3a5ee76aa7d0aa06abb9a2fbc1a7689002372e3c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.2.5/ripgrep-0.2.5-i686-pc-windows-msvc.zip",
|
|
"hash": "cb76a0be9ded0225be46d9cbeb604f37b70073adb0c9058d91ca55b62c9c528b"
|
|
}
|
|
},
|
|
"bin": "rg.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/latest",
|
|
"re": "\/releases\/tag\/([\\d.]+)"
|
|
}
|
|
}
|