Skip to content

Commit

Permalink
Merge pull request #183619 from Homebrew/bump-ruff-0.6.4
Browse files Browse the repository at this point in the history
ruff 0.6.4
  • Loading branch information
BrewTestBot authored Sep 5, 2024
2 parents f5418ae + 8566275 commit eff84de
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.6.3.tar.gz"
sha256 "e19b90c85f8d0cd1395429eee748bdf8bc95e2165018fe12f0331307e4d1689b"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.6.4.tar.gz"
sha256 "4ecd4401021101db10f6fa5133abab5b20beb14e0be13ea3fc2fde574596f5bf"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4fe0240f0b665dc57d9bbed05e62c6205d84710e1d2c5b0cddf0b9118b4927d6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0fd3d7926dd57b4e191cac63724060902b8ff2bc4749a7853b85c8d7cc100db"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2767cf41f8ffabd877d5715218a669d7d694c63f5c00f66fdabe659815fb3422"
sha256 cellar: :any_skip_relocation, sonoma: "d18f07cd389a8bfd4aaf4677ea709bf89ec9fa886819d5c0a9d6eb7026e69f88"
sha256 cellar: :any_skip_relocation, ventura: "7a307ca1cc34abb988b4c2f58907ab3e773a7209c4d5f02d9f3fa9d7be9ea043"
sha256 cellar: :any_skip_relocation, monterey: "a96b07f2c16be3f6ede7c1004c56c1415c188b2a6ae2d5e2c8189cd96a1b4a63"
sha256 cellar: :any_skip_relocation, x86_64_linux: "59c12a809a10356d5c53153ea07c287a786451885dddea882d1835e435f864ab"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "31f056c007a4fedc49995251a97b7538e1fda9fbee024acc9981078c1853363c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c7363ca1a1d89ffd186c52ffe96e1527cde525bbdf2d08fe3c83b55bc9d8f87a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "eb9cec3f25f5a5a41e56b5f292e9732b059a1231be0061edbbba7990eb6199cd"
sha256 cellar: :any_skip_relocation, sonoma: "4e8fdc284d0c166d874208bce4a54171d0f7df4d9f613e587d740ff589940b99"
sha256 cellar: :any_skip_relocation, ventura: "f81aaca0e5c979f2f8a4097e15266f033fb9fa6742c731292723879db7ad556f"
sha256 cellar: :any_skip_relocation, monterey: "1802f337c052eac55cfe77d715f271e45e6272c34c57c1db19767c718a8bf90c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef8b2e388b04295df347a0d492710e93718473ea4f6f0b0c81382adb6be03038"
end

depends_on "rust" => :build
Expand Down

0 comments on commit eff84de

Please sign in to comment.