2025-10-16 04:29:14 +00:00

36 lines
1.5 KiB
JSON

{
"version": "15.0.0",
"description": "Recursively searches directories for a regex pattern.",
"homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.0.0/ripgrep-15.0.0-x86_64-pc-windows-msvc.zip",
"hash": "21a98bf42c4da97ca543c010e764cc6dec8b9b7538d05f8d21874016385e0860",
"extract_dir": "ripgrep-15.0.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.0.0/ripgrep-15.0.0-i686-pc-windows-msvc.zip",
"hash": "acb9918e9f3a88bd171143d663ffb12e8ab765b48bb449f8e7d8f1c7c1bd8311",
"extract_dir": "ripgrep-15.0.0-i686-pc-windows-msvc"
}
},
"bin": "rg.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-i686-pc-windows-msvc"
}
}
}
}