Skip to content

Commit

Permalink
Merge pull request #177352 from Homebrew/bump-ruff-0.5.2
Browse files Browse the repository at this point in the history
ruff 0.5.2
  • Loading branch information
BrewTestBot committed Jul 15, 2024
2 parents 3baab23 + 9e9e57a commit da86294
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -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/0.5.1.tar.gz"
sha256 "4e31c38d800601cb13349cb9c6b29cd0a37bb505e467abb4492a1ae255eb5a48"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.2.tar.gz"
sha256 "3cf0ada76f6b47dc4b2781db295bea25ed89deb178bfb73b0ed77543c486ca29"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aadda397c32311d163f5d76b40fd478fe3e19c62a00d13b41aecc1cc0d265858"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7e126e099b49a866aac3d6615d9d76e190c478d44d1e302767f0aaf82d4113a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3fc3c2d550a29dae29db6e6b07ffe453a041863938074b59e9a6417bfc8bc58b"
sha256 cellar: :any_skip_relocation, sonoma: "594d976c57e13cd3682faadab8d3427f9d25779379ebe4d888c923dde3634b6f"
sha256 cellar: :any_skip_relocation, ventura: "1cbac9303831c2428edebcebf1218fa2bd5a935868e3877ed77fbf3b92d883c4"
sha256 cellar: :any_skip_relocation, monterey: "99d2a2af2f05bc54b915b879fa84cdad68bf97c40cc2c1b0ef1cbea3ad8ff4c9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "173bf05ff5347f93def4d0a5687c8436063ab9d23fa2234c13df628adffcaf0f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b66579fe92b173018f34ba85c307daf9f17c310c795efb03c561c5c035666c49"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3473f65f38c118f1ead470306171c99c6e412359d0907ee9209a3fa9ce9e4df7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "112c33e963b5308c68026dda51b29f6f02cb93d24fac6e6ab642bbc0a146cd00"
sha256 cellar: :any_skip_relocation, sonoma: "0ab6ff3826586a02ab65fd1dfa33503961241598f4f95a2398164abd84d7a771"
sha256 cellar: :any_skip_relocation, ventura: "82b2fbb7f88af803b2a782a5fb91d637eef1b82a17eb795ac5525c4cc8d87410"
sha256 cellar: :any_skip_relocation, monterey: "2eb834374c0a155e5d031202d95e62a5197fa3001d8421b1a6f5b4b89802980c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e0e45947e74b4119e09f17659cf832273d598c4b5171ff09bcea3b61bac4274"
end

depends_on "rust" => :build
Expand Down

0 comments on commit da86294

Please sign in to comment.