Skip to content

Commit

Permalink
Merge pull request #161912 from miccal/bump-ruff-0.2.1
Browse files Browse the repository at this point in the history
ruff 0.2.1
  • Loading branch information
BrewTestBot committed Feb 6, 2024
2 parents 3a459d3 + 75d4871 commit 8a140fb
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/v0.2.0.tar.gz"
sha256 "525e0e34af00725a3c71304cf87623dc2ed280a799a504849bd5ab7c8cf9c15f"
url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.2.1.tar.gz"
sha256 "d19f4df87c8d678ea46429fb19bd7952ad1907e84fd2aeb966263f72061a5a14"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f543d7bb646f2cbb7a61f8c0cf65b946872b6d349a46809fa87c09ff0914a740"
sha256 cellar: :any_skip_relocation, arm64_ventura: "77d8f5643dc597f918a6c56ee153c2c72cb082eb2f332e71d1ba6e964a097137"
sha256 cellar: :any_skip_relocation, arm64_monterey: "34bb326192c4771684e9110590ef6d2e74f3db6ea0749052e021afb2ca972d6d"
sha256 cellar: :any_skip_relocation, sonoma: "b742effd3c230b3f09f88d39ec44c9a719f320e0bb46e9f19620e410d00180e8"
sha256 cellar: :any_skip_relocation, ventura: "65facb579006c3af5bf1ca75a7d7e3850921663fa6923a1405973f40a9015bc5"
sha256 cellar: :any_skip_relocation, monterey: "e279d36b9fe5abd239737339cdeabe5c60d2348da3e04f42dc3d922d7681e88f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ada4adb730683e6313b98ad9ec212f7bbf664ffc6d786e42d2e808d2c26e1f3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "269e89caba0feb20fd02fa83fddc53a62a05937f078b54a7e8e1f2d78e561642"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e394a66607a0194ebac6e211e67855a0b013bf153a0df37221395d5a34168d14"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bdaa398d2afd1a5e6e3473851ccceefc255ec640539123d3a1881f13d6bd2c0d"
sha256 cellar: :any_skip_relocation, sonoma: "4bd6fd6e9d9ca763d3edf7c45981981dbcc26a1e2f4674034cd4989a81beabab"
sha256 cellar: :any_skip_relocation, ventura: "3b682c38dfa611489d0fc294db78a545dabf55443c91ffd5e16d145018a15bb6"
sha256 cellar: :any_skip_relocation, monterey: "aac92767349e98e3323573ccbcca33f0337a8878dfb66341187e600d824e45ef"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bcf29328bc11357485a964bedf98718f8f7cc751032c86decb57b536c5902b4a"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 8a140fb

Please sign in to comment.