ripgrep: Update to version 12.0.0

This commit is contained in:
Richard Kuhnt 2020-03-16 03:01:51 +00:00
parent f4b899e441
commit 1563b00017

View File

@ -2,15 +2,15 @@
"homepage": "https://github.com/BurntSushi/ripgrep", "homepage": "https://github.com/BurntSushi/ripgrep",
"description": "Recursively searches directories for a regex pattern.", "description": "Recursively searches directories for a regex pattern.",
"license": "MIT", "license": "MIT",
"version": "11.0.2", "version": "12.0.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep-11.0.2-x86_64-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-pc-windows-msvc.zip",
"hash": "0be0279591412e12b0b92d5fda0707ebeceb9c6a51472e99b46fd4d25f13b6ef" "hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5"
}, },
"32bit": { "32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/11.0.2/ripgrep-11.0.2-i686-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-i686-pc-windows-msvc.zip",
"hash": "9408d9a49abc38768377378aa70c0d6615c06bbd0fd959048e1bbb7b261c3fdd" "hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b"
} }
}, },
"bin": "rg.exe", "bin": "rg.exe",