Skip to content

Commit

Permalink
Merge pull request #176475 from Homebrew/bump-ruff-0.5.1
Browse files Browse the repository at this point in the history
ruff 0.5.1
  • Loading branch information
p-linnane authored Jul 5, 2024
2 parents 88e31eb + 6e316a5 commit 75f7c40
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.0.tar.gz"
sha256 "d82f44f45fc310345cb7d4ce3fc5c9a39556515062002804bb4ae9f6e191c2b2"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.5.1.tar.gz"
sha256 "4e31c38d800601cb13349cb9c6b29cd0a37bb505e467abb4492a1ae255eb5a48"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9df5ebde60a458bafb437674b8cee8260243f64f6b7882b7074f27bdbd2cbbdc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bf2b1a213ba61b9a99c2b9d5b9d4d0832ff5dbc83ab6bf051ccdf9eecc2aedd6"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9ef350d59cb9936b53eeab5ae533cb48551414bb5d165b321458fee057c5eb4d"
sha256 cellar: :any_skip_relocation, sonoma: "cf5748e0884dc86aeb4e4f0d9287f3059a959c824c4c99f9af7cc3c918b51cd0"
sha256 cellar: :any_skip_relocation, ventura: "c06b3af06950814526a1deca07f05f4235e4d4fea4ff8218f04803c2aca68901"
sha256 cellar: :any_skip_relocation, monterey: "759e8d12f89e1191fbd18bcfd149e34606063f1f68e6dd227a354acef8e18a27"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83091f5db5725e48eaadc3731798d67848f3035d92cee56db1eb78f51d9a0f9b"
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"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 75f7c40

Please sign in to comment.