From 31019e3145c6776794ee5688dd0ed3176332c4bf Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:31:32 +0530 Subject: [PATCH] igrep: Add version 1.2.0 (#5156) --- bucket/igrep.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/igrep.json diff --git a/bucket/igrep.json b/bucket/igrep.json new file mode 100644 index 0000000000..2648ee1eab --- /dev/null +++ b/bucket/igrep.json @@ -0,0 +1,21 @@ +{ + "version": "1.2.0", + "description": "Runs grep (ripgrep's library) and allows to interactively pick its results and open selected match in a text editor.", + "homepage": "https://github.com/konradsz/igrep", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/konradsz/igrep/releases/download/v1.2.0/igrep-v1.2.0-x86_64-pc-windows-msvc.zip", + "hash": "f58559e76d966177c1592446202f2d320cb5855d8eb16c978a7eedbb91ba8ae2" + } + }, + "bin": "ig.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/konradsz/igrep/releases/download/v$version/igrep-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}