This commit is contained in:
Martin Lindhe 2017-01-15 19:02:06 +01:00
parent 8729c8d565
commit d3788bc142

10
rg.json
View File

@ -1,15 +1,15 @@
{
"homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT",
"version": "0.3.2",
"version": "0.4.0",
"architecture": {
"64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-x86_64-pc-windows-msvc.zip",
"hash": "bf5d8896078e9f2d5b50dd38f370269169cb723f2009ae5ae3a879f601570ff1"
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-x86_64-pc-windows-msvc.zip",
"hash": "98626bdf07a7687564361dce2409072eb6d399763ff6db2a5bbb5384fa0dc594"
},
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.3.2/ripgrep-0.3.2-i686-pc-windows-msvc.zip",
"hash": "4949565197b3bcea0a4cd2f4fb978718b0fb0509bc1dad57d1691c5528c15ad4"
"url": "https://github.com/BurntSushi/ripgrep/releases/download/0.4.0/ripgrep-0.4.0-i686-pc-windows-msvc.zip",
"hash": "718b782c0746553c7d636ee7f67c266e2aa8459c681398e660d59822e92bf6a1"
}
},
"bin": "rg.exe",