diff --git a/ripgrep.json b/ripgrep.json index b7265b12aa..f587a51850 100644 --- a/ripgrep.json +++ b/ripgrep.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", - "version": "0.9.0", + "version": "0.10.0", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.9.0/ripgrep-0.9.0-x86_64-pc-windows-msvc.zip", - "hash": "de9a487fdf1871182802a450412fca48ce11ecf72def7f97cc9d0a9b069b891f" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.10.0/ripgrep-0.10.0-x86_64-pc-windows-msvc.zip", + "hash": "6d3e9972627e88c3bf4aa6d0d5383326bd8f787510df6b0b7374a50570eb5570" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.9.0/ripgrep-0.9.0-i686-pc-windows-msvc.zip", - "hash": "9e1278e0067e9a34e9711ad0bb7cd25aa1a6feadfe90a6ab175525be8b9f4f3c" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/0.10.0/ripgrep-0.10.0-i686-pc-windows-msvc.zip", + "hash": "0deee9dfba44c9fb3dce69cc341513d58375c2842dcbdb3f2c5ca800b29093b3" } }, "bin": "rg.exe",