diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index 52a6d497b8..d7cfea27eb 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -1,5 +1,5 @@ { - "version": "14.0.3", + "version": "14.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/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" + "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" }, "32bit": { - "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" + "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" } }, "bin": "rg.exe",