2025-05-11 20:27:45 +00:00

40 lines
1.2 KiB
JSON

{
"version": "0.10.9",
"description": "ripgrep-all: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.",
"homepage": "https://github.com/phiresky/ripgrep-all",
"license": "AGPL-3.0-or-later",
"depends": [
"ffmpeg",
"pandoc",
"poppler",
"ripgrep"
],
"suggest": {
"fzf": "fzf"
},
"architecture": {
"64bit": {
"url": "https://github.com/phiresky/ripgrep-all/releases/download/v0.10.9/ripgrep_all-v0.10.9-x86_64-pc-windows-msvc.zip",
"hash": "da03e969ac01839443739c547ca8eb521e648e712251d61a98d34a1521b9f43b",
"extract_dir": "ripgrep_all-v0.10.9-x86_64-pc-windows-msvc"
}
},
"bin": [
"rga.exe",
"rga-fzf.exe",
"rga-preproc.exe"
],
"checkver": {
"url": "https://github.com/phiresky/ripgrep-all/releases",
"regex": "tag/v([\\d.]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/phiresky/ripgrep-all/releases/download/v$version/ripgrep_all-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "ripgrep_all-v$version-x86_64-pc-windows-msvc"
}
}
}
}