From 1b5fa3a6344e38e1a25fb46a9cdc3bf22aa62e8e Mon Sep 17 00:00:00 2001 From: Joris Vanhecke Date: Sun, 30 Jun 2019 21:06:47 +0200 Subject: [PATCH] rga: Initial manifest version 0.9.2 (#196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rga: Initial manifest version 0.9.2 * Update bucket/rga.json more detailed license description Co-Authored-By: Jakub Čábera --- bucket/rga.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/rga.json diff --git a/bucket/rga.json b/bucket/rga.json new file mode 100644 index 0000000000..a178957801 --- /dev/null +++ b/bucket/rga.json @@ -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" + } + } + } +}