diff --git a/Formula/ruff.rb b/Formula/ruff.rb index d9774941cd996..562a270ce0003 100644 --- a/Formula/ruff.rb +++ b/Formula/ruff.rb @@ -1,19 +1,19 @@ class Ruff < Formula desc "Extremely fast Python linter, written in Rust" homepage "https://beta.ruff.rs/" - url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.277.tar.gz" - sha256 "8330d1560841c3e4910766d6dad3f5a9df9803946746c90ee365d82bedc61593" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.0.278.tar.gz" + sha256 "9aa64c5b62a13b149334c1daaf55d225aec2f2ab6917aa062eedc9eb2333cd62" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "dc73012cab56c448af77ec4fa53833d3a61ef652c6dcf0c94f799c95515795f4" - sha256 cellar: :any_skip_relocation, arm64_monterey: "476d15eee359812e63d44fec67ebdc50aeff0778c40e9f42a2050e09e5cb5d33" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "17299343813f303d7783c53b7c2c6f550c213dc2fcff0a7728a2b02cba995d41" - sha256 cellar: :any_skip_relocation, ventura: "01b3a32309681b3b407bf5f6e44273004a544f990ee6ad6de77f72d948deea46" - sha256 cellar: :any_skip_relocation, monterey: "16f1475f8da857522acd44618e8615a982a5ec0fb2de42f9e65000545f2327ca" - sha256 cellar: :any_skip_relocation, big_sur: "1ee51e9ee4bdb54a546f3b625f971b84f82d83794e7b8d2394c2e03d7973950f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "01a3cbdba274e427a3e8e8b892f724a57b0ed2013a572104f3941cdfbda424a7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8dff0cfaeb3a0894b4935c1d55c9d945f1ef140affbfd0a7cec6961d3ecc3457" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0169ebace73aa9b2e8bdbc23109ee6be584a1846e69b3621435151342c46316d" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "55dd138126cc7c0b57b383653da1990414d845e2cf1663daf535c1c940c1b25f" + sha256 cellar: :any_skip_relocation, ventura: "cc9986644188fd05f50f6a0801a877f0af113fa04b50db8f762d9c85ed638f18" + sha256 cellar: :any_skip_relocation, monterey: "ae6729ffa7325e26533a0b524e07894eb10a01a505e69cea2c30ee86f655f7e7" + sha256 cellar: :any_skip_relocation, big_sur: "87f17acf9c0ea861cdb3a19ae853da8901899ebd64d4f144f961e176bc2cc34b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b7452bc9cd9463ddfb449c6e51008b0d0e7b78ef98d64108b85ac884f95079b" end depends_on "rust" => :build