mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
* rga: Initial manifest version 0.9.2 * Update bucket/rga.json more detailed license description Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
24 lines
915 B
JSON
24 lines
915 B
JSON
{
|
|
"version": "0.9.2",
|
|
"description": "rga: 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",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/phiresky/ripgrep-all/releases/download/0.9.2/ripgrep_all-0.9.2-x86_64-pc-windows-msvc.7z",
|
|
"hash": "9076633786ea4950f162f554e77e4d0fdfe90f2e95f08335f3abb423a0cfc74e",
|
|
"extract_dir": "ripgrep_all-0.9.2-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "rga.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/phiresky/ripgrep-all/releases/download/$version/ripgrep_all-$version-x86_64-pc-windows-msvc.7z",
|
|
"extract_dir": "ripgrep_all-$version-x86_64-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|