From b62daef88a90f26affbe4d1e0425defff18fcd7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:30:02 +0000 Subject: [PATCH] ripgrep: Update to version 15.1.0 --- bucket/ripgrep.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index e6b42518a7..d3ae6a4e4f 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -1,5 +1,5 @@ { - "version": "15.0.0", + "version": "15.1.0", "description": "Recursively searches directories for a regex pattern.", "homepage": "https://github.com/BurntSushi/ripgrep", "license": "MIT", @@ -8,14 +8,14 @@ }, "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.0.0/ripgrep-15.0.0-x86_64-pc-windows-msvc.zip", - "hash": "21a98bf42c4da97ca543c010e764cc6dec8b9b7538d05f8d21874016385e0860", - "extract_dir": "ripgrep-15.0.0-x86_64-pc-windows-msvc" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-pc-windows-msvc.zip", + "hash": "124510b94b6baa3380d051fdf4650eaa80a302c876d611e9dba0b2e18d87493a", + "extract_dir": "ripgrep-15.1.0-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.0.0/ripgrep-15.0.0-i686-pc-windows-msvc.zip", - "hash": "acb9918e9f3a88bd171143d663ffb12e8ab765b48bb449f8e7d8f1c7c1bd8311", - "extract_dir": "ripgrep-15.0.0-i686-pc-windows-msvc" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-i686-pc-windows-msvc.zip", + "hash": "725be85a1e8f92878a548f40ee4f6df64bc93b809586462b3c6d884e1de1e83a", + "extract_dir": "ripgrep-15.1.0-i686-pc-windows-msvc" } }, "bin": "rg.exe",