Update ripgrep to version 0.7.1

This commit is contained in:
Richard Kuhnt 2017-10-22 16:00:18 +00:00
parent cadd2436ed
commit 0813a79568

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://github.com/BurntSushi/ripgrep", "homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT", "license": "MIT",
"version": "0.7.0", "version": "0.7.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.7.0/ripgrep-0.7.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.7.1/ripgrep-0.7.1-x86_64-pc-windows-msvc.zip",
"hash": "ecd921b916aff702f5cef3cb862778d3fadd976491c8669a9230d7bee8ee0c38" "hash": "b78915b280b84b9c6d4a9c71a7f61285014acd1fc26f5947476c692b5eade3d7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.7.0/ripgrep-0.7.0-i686-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.7.1/ripgrep-0.7.1-i686-pc-windows-msvc.zip",
"hash": "808918bdbc44e38ff32c659e08aacdca81511fd054aa7bb2e77c561e347feac7" "hash": "c6c1b7285f93235eefdba4818c75fecdec4c4fe45cac88bdff127eaaa7edb8d5"
} }
}, },
"bin": "rg.exe", "bin": "rg.exe",