Update ripgrep to version 0.6.0

This commit is contained in:
Richard Kuhnt 2017-08-24 01:00:16 +00:00
parent 4bcdc65f0b
commit d8a1fff018

View File

@ -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",