From 4b31aa4a8e4eca86027be0d8332f19455e2bb8a8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Aug 2018 21:00:31 +0000 Subject: [PATCH] ripgrep: Update to version 0.9.0 --- ripgrep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ripgrep.json b/ripgrep.json index 86e494371d..b7265b12aa 100644 --- a/ripgrep.json +++ b/ripgrep.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", - "version": "0.8.1", + "version": "0.9.0", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep-0.8.1-x86_64-pc-windows-msvc.zip", - "hash": "f0304442cbfeee9992bcf9f13e205660aa26f711d1591808f7f0383d605ebb78" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.9.0/ripgrep-0.9.0-x86_64-pc-windows-msvc.zip", + "hash": "de9a487fdf1871182802a450412fca48ce11ecf72def7f97cc9d0a9b069b891f" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.8.1/ripgrep-0.8.1-i686-pc-windows-msvc.zip", - "hash": "b9b25159675f8419089332c27d25dd9b810633aaf634c40f7fd3d334839aaa0c" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.9.0/ripgrep-0.9.0-i686-pc-windows-msvc.zip", + "hash": "9e1278e0067e9a34e9711ad0bb7cd25aa1a6feadfe90a6ab175525be8b9f4f3c" } }, "bin": "rg.exe",