rga: Initial manifest version 0.9.2 (#196)

* rga: Initial manifest version 0.9.2

* Update bucket/rga.json

more detailed license description

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Joris Vanhecke 2019-06-30 21:06:47 +02:00 committed by Ross Smith II
parent e66f14ecb8
commit 1b5fa3a634

23
bucket/rga.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
}
}
}
}