From 3df20eab498eca93c102c1d59cb011d8ef8c3f89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:28:56 +0000 Subject: [PATCH] ripgrep: Update to version 14.1.1 --- bucket/ripgrep.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index d7cfea27eb..07c1fb2bfe 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -1,5 +1,5 @@ { - "version": "14.1.0", + "version": "14.1.1", "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.0/ripgrep-14.1.0-x86_64-pc-windows-msvc.zip", - "hash": "fe4f75edfaa50f0d4fecbf47696b7629f3449c9c2c5a4da828753139e5a2e203", - "extract_dir": "ripgrep-14.1.0-x86_64-pc-windows-msvc" + "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" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep-14.1.0-i686-pc-windows-msvc.zip", - "hash": "3b2e4776f9510d2f502fea92f1be45c02ff0f46da50f034b04fe866182ffc0d6", - "extract_dir": "ripgrep-14.1.0-i686-pc-windows-msvc" + "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" } }, "bin": "rg.exe",