diff --git a/bucket/ripgrep.json b/bucket/ripgrep.json index 63236b99ab..e359b0da5a 100644 --- a/bucket/ripgrep.json +++ b/bucket/ripgrep.json @@ -2,17 +2,17 @@ "homepage": "https://github.com/BurntSushi/ripgrep", "description": "Recursively searches directories for a regex pattern.", "license": "MIT", - "version": "12.0.0", + "version": "12.0.1", "architecture": { "64bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-x86_64-pc-windows-msvc.zip", - "hash": "4909fd1624a17eb4918334821bfb73ce52bd7448ad5e0e6f6a17605031f6c5d5", - "extract_dir": "ripgrep-12.0.0-x86_64-pc-windows-msvc" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.1/ripgrep-12.0.1-x86_64-pc-windows-msvc.zip", + "hash": "f44d178f37cfb1edb28fa1fffbf203ef64db8470175ae29489720ac2d17bccf0", + "extract_dir": "ripgrep-12.0.1-x86_64-pc-windows-msvc" }, "32bit": { - "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.0/ripgrep-12.0.0-i686-pc-windows-msvc.zip", - "hash": "adca09b661ea76b8cf51c8ebd4adf6bd831303a41fcc7dc9320fb405b69f025b", - "extract_dir": "ripgrep-12.0.0-i686-pc-windows-msvc" + "url": "https://github.com/BurntSushi/ripgrep/releases/download/12.0.1/ripgrep-12.0.1-i686-pc-windows-msvc.zip", + "hash": "8f25fca0c0508ceae8c8d4d427b1ce2c3de4921a1b588261e79ae1f5a30389a4", + "extract_dir": "ripgrep-12.0.1-i686-pc-windows-msvc" } }, "bin": "rg.exe",