mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
* rga@0.9.6: Add list of dependencies Fixes #5310. * rga@0.9.6: Update binaries * rga@0.9.6: Update checkver
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "0.9.6",
|
|
"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"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/phiresky/ripgrep-all/releases/download/v0.9.6/ripgrep_all-v0.9.6-x86_64-pc-windows-msvc.zip",
|
|
"hash": "1a223e59ba1f6f0e393d24207615d2872a08c3a1b84e48216308cf8e849fe0ce",
|
|
"extract_dir": "ripgrep_all-v0.9.6-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": [
|
|
"rga.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"
|
|
}
|
|
}
|
|
}
|
|
}
|