From 42a8dc83f0e2b80e6e326627f5c2bcb5b1feb210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 04:29:14 +0000 Subject: [PATCH] ripgrep: Update to version 15.0.0 --- bucket/ripgrep.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index 07c1fb2bfe..e6b42518a7 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -1,5 +1,5 @@ { - "version": "14.1.1", + "version": "15.0.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/14.1.1/ripgrep-14.1.1-x86_64-pc-windows-msvc.zip", - "hash": "d0f534024c42afd6cb4d38907c25cd2b249b79bbe6cc1dbee8e3e37c2b6e25a1", - "extract_dir": "ripgrep-14.1.1-x86_64-pc-windows-msvc" + "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" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep-14.1.1-i686-pc-windows-msvc.zip", - "hash": "1e5c99e4851c964152db07c79151982c7fa7a549b645b6b47daae07a9c185f8e", - "extract_dir": "ripgrep-14.1.1-i686-pc-windows-msvc" + "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" } }, "bin": "rg.exe",