2023-11-26 20:23:44 +00:00

36 lines
1.5 KiB
JSON

{
"version": "14.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/14.0.0/ripgrep-14.0.0-x86_64-pc-windows-msvc.zip",
"hash": "74831f4e66f01fe452e7d6d28805384d1a66fa8cc22c2963dbc4612fb4620856",
"extract_dir": "ripgrep-14.0.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.0/ripgrep-14.0.0-i686-pc-windows-msvc.zip",
"hash": "7cd7d6f0ce7658d48b8328b34f8b5979f90a112e44e787caa6c3590ddd6c89f5",
"extract_dir": "ripgrep-14.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"
}
}
}
}