From e845544547dccb71326745bf0cd13b6c8ed8b19a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:33:01 +0000 Subject: [PATCH] ripgrep: Update to version 14.0.3 --- bucket/ripgrep.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index dbe717d041..52a6d497b8 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -1,5 +1,5 @@ { - "version": "14.0.2", + "version": "14.0.3", "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.0.2/ripgrep-14.0.2-x86_64-pc-windows-msvc.zip", - "hash": "06403c8587b6b3c7e55bf1ae8a7e1ac44d6d54e6ae07a68482051259a14140ed", - "extract_dir": "ripgrep-14.0.2-x86_64-pc-windows-msvc" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.3/ripgrep-14.0.3-x86_64-pc-windows-msvc.zip", + "hash": "b6df202a06cab342cf28302f319ddd5788da10672781c38dd49ebe566b423e3f", + "extract_dir": "ripgrep-14.0.3-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.2/ripgrep-14.0.2-i686-pc-windows-msvc.zip", - "hash": "68d75fb0868cbd100a7a6b0dceca3ef389f15237e4d8ff3d3ff02408b1156616", - "extract_dir": "ripgrep-14.0.2-i686-pc-windows-msvc" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/14.0.3/ripgrep-14.0.3-i686-pc-windows-msvc.zip", + "hash": "75415aa80e2c458a2bb34bdd31653e29ec9b32240141b18d65784b965301ea94", + "extract_dir": "ripgrep-14.0.3-i686-pc-windows-msvc" } }, "bin": "rg.exe",