From d8a1fff0188cc3aa308987beaa966f170c7c7c0a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 24 Aug 2017 01:00:16 +0000 Subject: [PATCH] Update ripgrep to version 0.6.0 --- ripgrep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ripgrep.json b/ripgrep.json index 5b858667ed..71fe6d3f9f 100644 --- a/ripgrep.json +++ b/ripgrep.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", - "version": "0.5.2", + "version": "0.6.0", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.5.2/ripgrep-0.5.2-x86_64-pc-windows-msvc.zip", - "hash": "377e76c4877aeef3419438b95f7a9b08060a009aec96cc2cb7707a5518a7fa98" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.6.0/ripgrep-0.6.0-x86_64-pc-windows-msvc.zip", + "hash": "884aa217ecfeee1c9940205896a581fb9d818138628fe55a5030784765f77422" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.5.2/ripgrep-0.5.2-i686-pc-windows-msvc.zip", - "hash": "d9c0c7bfb2dd8203be8a56c8bea1eb704ac7f2e3e813f590cc8551c1d142d43e" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.6.0/ripgrep-0.6.0-i686-pc-windows-msvc.zip", + "hash": "3305484bd807753814755adce29d18f346818c3032ad99ad9417de4a5733f115" } }, "bin": "rg.exe",