ripgrep: Update to version 14.0.1

This commit is contained in:
github-actions[bot] 2023-11-27 00:32:36 +00:00
parent 75996f2a5e
commit 170298a046

View File

@ -1,5 +1,5 @@
{ {
"version": "14.0.0", "version": "14.0.1",
"description": "Recursively searches directories for a regex pattern.", "description": "Recursively searches directories for a regex pattern.",
"homepage": "https://github.com/BurntSushi/ripgrep", "homepage": "https://github.com/BurntSushi/ripgrep",
"license": "MIT", "license": "MIT",
@ -8,14 +8,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.0/ripgrep-14.0.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.1/ripgrep-14.0.1-x86_64-pc-windows-msvc.zip",
"hash": "74831f4e66f01fe452e7d6d28805384d1a66fa8cc22c2963dbc4612fb4620856", "hash": "e001d68599185e04e69ef5feda5a37845e7e7da225a6c231ed5c8cae22bfb5ba",
"extract_dir": "ripgrep-14.0.0-x86_64-pc-windows-msvc" "extract_dir": "ripgrep-14.0.1-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.0/ripgrep-14.0.0-i686-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.1/ripgrep-14.0.1-i686-pc-windows-msvc.zip",
"hash": "7cd7d6f0ce7658d48b8328b34f8b5979f90a112e44e787caa6c3590ddd6c89f5", "hash": "99b5373a12e7263770293b70c1b7f9a6fb34ef159096410bd5101d63b3f5701d",
"extract_dir": "ripgrep-14.0.0-i686-pc-windows-msvc" "extract_dir": "ripgrep-14.0.1-i686-pc-windows-msvc"
} }
}, },
"bin": "rg.exe", "bin": "rg.exe",