diff --git a/bucket/ruff.json b/bucket/ruff.json index 0bfd828e01..c009211593 100644 --- a/bucket/ruff.json +++ b/bucket/ruff.json @@ -1,20 +1,20 @@ { - "version": "0.1.4", + "version": "0.1.5", "description": "An extremely fast Python linter, written in Rust", "homepage": "https://github.com/charliermarsh/ruff", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-x86_64-pc-windows-msvc.zip", - "hash": "d87c514da69457d7b6b6c9805a0b9e339d4b0bc865be45fc439c703c30d98f37" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-x86_64-pc-windows-msvc.zip", + "hash": "7ceb685bf77d218a88b495c999662e487144c639122d672d07b4246c0e88cee9" }, "32bit": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-i686-pc-windows-msvc.zip", - "hash": "578ff7a38fb17d7724e546cb28a4be4055982dec496f4bcf6563af8d0574193d" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-i686-pc-windows-msvc.zip", + "hash": "7d6bd293c94b319db8c00116b54514000b44fd094e3819d9510298de72fc60c8" }, "arm64": { - "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.4/ruff-aarch64-pc-windows-msvc.zip", - "hash": "308e9e70c60549ca7b4f173c5dd9c1992daf265f3e934698f90baeebefe97c71" + "url": "https://github.com/charliermarsh/ruff/releases/download/v0.1.5/ruff-aarch64-pc-windows-msvc.zip", + "hash": "600563177808cc5b20ed7a63785720659168f067e589bc3311f478032f721374" } }, "bin": "ruff.exe",