ripgrep: Update to version 15.1.0

This commit is contained in:
github-actions[bot] 2025-10-22 16:30:02 +00:00
parent 6dd2c33ea1
commit b62daef88a

View File

@ -1,5 +1,5 @@
{ {
"version": "15.0.0", "version": "15.1.0",
"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/15.0.0/ripgrep-15.0.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-pc-windows-msvc.zip",
"hash": "21a98bf42c4da97ca543c010e764cc6dec8b9b7538d05f8d21874016385e0860", "hash": "124510b94b6baa3380d051fdf4650eaa80a302c876d611e9dba0b2e18d87493a",
"extract_dir": "ripgrep-15.0.0-x86_64-pc-windows-msvc" "extract_dir": "ripgrep-15.1.0-x86_64-pc-windows-msvc"
}, },
"32bit": { "32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.0.0/ripgrep-15.0.0-i686-pc-windows-msvc.zip", "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-i686-pc-windows-msvc.zip",
"hash": "acb9918e9f3a88bd171143d663ffb12e8ab765b48bb449f8e7d8f1c7c1bd8311", "hash": "725be85a1e8f92878a548f40ee4f6df64bc93b809586462b3c6d884e1de1e83a",
"extract_dir": "ripgrep-15.0.0-i686-pc-windows-msvc" "extract_dir": "ripgrep-15.1.0-i686-pc-windows-msvc"
} }
}, },
"bin": "rg.exe", "bin": "rg.exe",