diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 558e7d15c2c5f..9340335172216 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.4.3.tar.gz" - sha256 "7fdff8b7391c305bad50b7982790638176785337d7369c3c8518fd384643cd5e" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.4.tar.gz" + sha256 "36d900e3514739a9149363a087512222895f15244bd6612e299259be8ac8c1df" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d0d354190e6f8a2c8deab3e8af6e8dfff8837aad31e769e1c4d4e042467cf39" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1a94f1d0977f596d250f08e23cef0ea0b08d07c34fc33388f9fc603031f2c172" - sha256 cellar: :any_skip_relocation, arm64_monterey: "e2804685a0639dd4ff438cb88839c2df1000b11e5ead52bf0df25a8dfdf85600" - sha256 cellar: :any_skip_relocation, sonoma: "06f99b46d8751a2e816c36665ad4d42c2dd3a7f31353c6add8d41766866948b2" - sha256 cellar: :any_skip_relocation, ventura: "b7a946ec6a46eef2f97b1b68f1bae30cb886dd3cd0bdce73692c323d022500d0" - sha256 cellar: :any_skip_relocation, monterey: "27ea3304c243a14686bb02b106bb192acb1846751f7efbb773f88d3e709aa035" - sha256 cellar: :any_skip_relocation, x86_64_linux: "50b64ea5bc55422811743b96af58567419e2600ba150bb0749a6f8776dc7063b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "01f43231a1730526653cd72657a07645c04190a40fff78c9dc8c2b355edcfd55" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d453b18e828b8fa426d9a24cefe6a1f05c5ea46d3e837fabd6fe02a40d3a654" + sha256 cellar: :any_skip_relocation, arm64_monterey: "9d75bb953b47c9e0d57ef3cef9a6beeb830a7a5f0f047e0b955ee6e8c4abf4c9" + sha256 cellar: :any_skip_relocation, sonoma: "fe417bafa882fbc0a2d88e2601c29655dd4b722800d115756c69baf9a197b069" + sha256 cellar: :any_skip_relocation, ventura: "f4b3c47eef5d31abf34229eb433f504a66f9f93c6d13abe4656f16091bcbcbd5" + sha256 cellar: :any_skip_relocation, monterey: "e92e557e1fa16ae905ebf7f0cb11e8507468b94377dbc2f2485d8d3520a9094f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c585d4981a49a2c02343e732819894f5a451d8c0054cced2a5c80ecfa4c290c4" end depends_on "rust" => :build