-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrga.json
39 lines (39 loc) · 1.28 KB
/
rga.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"version": "0.10.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"
],
"suggest": {
"fzf": "fzf"
},
"architecture": {
"64bit": {
"url": "https://github.com/phiresky/ripgrep-all/releases/download/v0.10.6/ripgrep_all-v0.10.6-x86_64-pc-windows-msvc.zip",
"hash": "a9accca8d2aa1bb0769be4648bb180fe8c17b1c62b10b05cf4d4017639d22024",
"extract_dir": "ripgrep_all-v0.10.6-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"
}
}
}
}