diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 6f5efb0052111..d94f3e8a5937b 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,19 +1,19 @@ class Ruff < Formula desc "Extremely fast Python linter, written in Rust" homepage "https://docs.astral.sh/ruff/" - url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.1.5.tar.gz" - sha256 "97bb544485245ea991084af768db240cbba349cbd55fd89ee6944d4037f33582" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.1.6.tar.gz" + sha256 "34de15692839885e7096893b6df7828385cf562952636478ca56dd904df5dcbf" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "cf5c255cd3c6a7ba262da533f5059ab74f6685346775524411e6ec0f23c29381" - sha256 cellar: :any_skip_relocation, arm64_ventura: "58213441eab786adc559199e2717097f3ed1bc3ecf69f7352e70f12611e78f20" - sha256 cellar: :any_skip_relocation, arm64_monterey: "ffa2151af1a6a29a0f641e54544f07691d5391043431a1ae5fc788557e1cc6a8" - sha256 cellar: :any_skip_relocation, sonoma: "ba2a834949a6db130e4c1e181cec4e30c8fc3189eaf90d58e52b87a911668c52" - sha256 cellar: :any_skip_relocation, ventura: "1103d96738e62b8fac58421a6d311c8c910cdc5472aee85b27274d204b0bfc30" - sha256 cellar: :any_skip_relocation, monterey: "0fe6dc77afd2be2c6c28626b8ede04449e63e9837959b4936cff0ba206ec8ca0" - sha256 cellar: :any_skip_relocation, x86_64_linux: "0cddc7f790ac5ef305f762eaeaa4e5fe7fbb8692da69777ff3989739b154d989" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "125186ebb72230e3fd1c8298254b078b94eda2a9beee59446c45e2e3a4577106" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c9f063dd1ee9eda42ac9015cad377d8055b19f3ae5005c6e742b8c7429a420e7" + sha256 cellar: :any_skip_relocation, arm64_monterey: "3576081ce9094c91584efea2fd59ff4760fad0954472916035277151bc031bd3" + sha256 cellar: :any_skip_relocation, sonoma: "a696d87626e04acbc77b1b55b4a4b92b517f60d9ddd1c5a4436ea94106952fdc" + sha256 cellar: :any_skip_relocation, ventura: "52d3c04c3cbefbf99ccbf320552ca5a47cd259aa3e9252d71a9c7a45388078bc" + sha256 cellar: :any_skip_relocation, monterey: "38f96b2d38ff7c65469c5fcd18b92243633384e05e1428222f19a7c924664085" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c0fc2ee94521091a16fbd8ff24adc202df3db94c9135fbfc6da7bd69f7d37ef" end depends_on "rust" => :build