diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index c0b7405931abe..b678494a69013 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,18 +1,18 @@ 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/0.14.2.tar.gz" - sha256 "f21a3f2669bfa6fa6df80b815e08e39dc245b52b46c156b0e4c7f4f1da32cd59" + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.14.3.tar.gz" + sha256 "e44ce7ab8c6c0894ae4afcaad086624ee1279b7c3e1e2a7dfc5face14800d80d" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "2ada613f3bf8bc9cbcbdef72ebad51ef7a6cb5634be5253dfe53a4c0947fc431" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ee5406f4bc1f680f0e1201e0ba0fec342688ce0d1b28f9c6882db27d97f685c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "646b31137a5c848e602f91cf077c71c2777943ce3426f29330176ccda7e78507" - sha256 cellar: :any_skip_relocation, sonoma: "f7d03215a5528cb32d3a16ff1e4b5a08328287765124cda7ffe156ae98085093" - sha256 cellar: :any_skip_relocation, arm64_linux: "130a7c613eec52e8754021a32012cdd09ac017561d03dd8c03878df6c8f06dc3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86773e4a78e9ec96f92422b259ae4093911cfd54363928a49894b662deac2ffa" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "871bc9930b313eb8d56fe96d09cede7ed6487fc710b8af41a5459b88e10c2efc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "49627ee7bcc7fd6be1f5f20b527a697ee114b87386f953f4cbab16a6494cd705" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e00b9b5c66782545c53adfe60a764435fcacb679382813ad43a4015d20b1b76" + sha256 cellar: :any_skip_relocation, sonoma: "fe218522d7df712e9ae1e811e136692c4bff81ea7251aeea145302859067e0bb" + sha256 cellar: :any_skip_relocation, arm64_linux: "63c89fcf19f3f4ecd309b3e46bfc74dbf02a8ce7e41ab4a1a8f3e1b0b927a1b4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c19646abc49a1ad5c5bab23fcc4c382573612ec3c31b02d12b1335008d32e0a9" end depends_on "rust" => :build