ripgrep: Update to version 0.9.0

This commit is contained in:
Richard Kuhnt 2018-08-03 21:00:31 +00:00
parent 10024435fc
commit 4b31aa4a8e

View File

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