ripgrep: Update to version 12.1.0

This commit is contained in:
Jakub Čábera 2020-05-09 22:04:00 +02:00
parent bf139d3d13
commit b90ae96fe3

View File

@ -2,17 +2,17 @@
"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": "12.0.1", "version": "12.1.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.1/ripgrep-12.0.1-x86_64-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.1.0/ripgrep-12.1.0-x86_64-pc-windows-msvc.zip",
"hash": "f44d178f37cfb1edb28fa1fffbf203ef64db8470175ae29489720ac2d17bccf0", "hash": "d448ce19f9bfe81a1014f5a46675ef7e26253191786ec86dcdd98da11392ae3f",
"extract_dir": "ripgrep-12.0.1-x86_64-pc-windows-msvc" "extract_dir": "ripgrep-12.1.0-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.1/ripgrep-12.0.1-i686-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.1.0/ripgrep-12.1.0-i686-pc-windows-msvc.zip",
"hash": "8f25fca0c0508ceae8c8d4d427b1ce2c3de4921a1b588261e79ae1f5a30389a4", "hash": "8dcca7ca3d498c7e36de50151f97b2c8dd2b7e216638479ecf6323624e50eeb9",
"extract_dir": "ripgrep-12.0.1-i686-pc-windows-msvc" "extract_dir": "ripgrep-12.1.0-i686-pc-windows-msvc"
} }
}, },
"bin": "rg.exe", "bin": "rg.exe",