From d3788bc142d8a7fe8489b62d29b46eb7ed181445 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Sun, 15 Jan 2017 19:02:06 +0100 Subject: [PATCH] rg 0.4.0 --- rg.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rg.json b/rg.json index 5084aec11e..528bba3c50 100644 --- a/rg.json +++ b/rg.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", - "version": "0.3.2", + "version": "0.4.0", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-x86_64-pc-windows-msvc.zip", - "hash": "bf5d8896078e9f2d5b50dd38f370269169cb723f2009ae5ae3a879f601570ff1" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-x86_64-pc-windows-msvc.zip", + "hash": "98626bdf07a7687564361dce2409072eb6d399763ff6db2a5bbb5384fa0dc594" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-i686-pc-windows-msvc.zip", - "hash": "4949565197b3bcea0a4cd2f4fb978718b0fb0509bc1dad57d1691c5528c15ad4" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-i686-pc-windows-msvc.zip", + "hash": "718b782c0746553c7d636ee7f67c266e2aa8459c681398e660d59822e92bf6a1" } }, "bin": "rg.exe",