From 1563b000173742dd7b566af8e0323fe76cde6fbf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 16 Mar 2020 03:01:51 +0000 Subject: [PATCH] ripgrep: Update to version 12.0.0 --- bucket/ripgrep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index d29dedec82..a0a55070ea 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/BurntSushi/ripgrep", "description": "Recursively searches directories for a regex pattern.", "license": "MIT", - "version": "11.0.2", + "version": "12.0.0", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep-11.0.2-x86_64-pc-windows-msvc.zip", - "hash": "0be0279591412e12b0b92d5fda0707ebeceb9c6a51472e99b46fd4d25f13b6ef" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-pc-windows-msvc.zip", + "hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep-11.0.2-i686-pc-windows-msvc.zip", - "hash": "9408d9a49abc38768377378aa70c0d6615c06bbd0fd959048e1bbb7b261c3fdd" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-i686-pc-windows-msvc.zip", + "hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b" } }, "bin": "rg.exe",