Skip to content

Commit

Permalink
Merge pull request #192823 from Homebrew/bump-ruff-0.6.9
Browse files Browse the repository at this point in the history
ruff 0.6.9
  • Loading branch information
BrewTestBot authored Oct 4, 2024
2 parents 90a904e + a672ea0 commit e8cd7cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/ruff.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.8.tar.gz"
sha256 "27765b3018646745b064ea5734a4f1ba36dede3df3883dd5d150e8307e5d2149"
url "/~https://github.com/astral-sh/ruff/archive/refs/tags/0.6.9.tar.gz"
sha256 "502811ee2607cb09e3e05f4c3d60ed164a5e5a24aeb87fe00200b8d508a0b0c4"
license "MIT"
head "/~https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dd70edbe7c79a6335694d903432e2eef1da486c5f4bd8b768ca9f31e5a8dfba4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a201d69fea1bd5ce4e35a331893bd2563b6034e49496413d2c1b10098ad9bd03"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7dba4fd4a061975c1dab7168b8de31779f042e6b8baab0d04886673177bf20f9"
sha256 cellar: :any_skip_relocation, sonoma: "7e09e72b061697ce38026ab4c2463082962ccf5d2bf284993e49acfc0caa7580"
sha256 cellar: :any_skip_relocation, ventura: "b104871841466fcbe8b851bb461adf8b50fddd0fbf98438fc4bb89ce45582165"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fc32f4428a2ea011e5bf0d43102aca03518f84106e5c70930fd1bf0951e7671"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d48abdaf8d2d8e2e118b2fa473b2defb9c4ff060dd5201f94f7428ca8f921d6d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f4d8011a1b4536a3509481dee7da53552a30f81f12a67c072bc596a331f1128d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f67896eb86a9ba81b11bca9b42783c34b80d67935a72a948c8b8ff6aa95b0deb"
sha256 cellar: :any_skip_relocation, sonoma: "b11d1aa4fffa0290463d128683410477386d6f988cd484925e3c6a5954bfffba"
sha256 cellar: :any_skip_relocation, ventura: "864d5468d003d4097707cae69e9287fd05aedd2108c652bd7ceff92395e37a4c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "825849c52109653ca8cc063c9f940d20d1c52ac631e5b6eabbf0486e3a1e5eaa"
end

depends_on "rust" => :build
Expand Down

0 comments on commit e8cd7cc

Please sign in to comment.