Skip to content

Commit

Permalink
Merge pull request #191970 from Homebrew/bump-ruff-0.6.8
Browse files Browse the repository at this point in the history
ruff 0.6.8
  • Loading branch information
BrewTestBot authored Sep 26, 2024
2 parents a037b8e + 292fad2 commit 67ad760
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.7.tar.gz"
sha256 "9539e7f928c42fb77ec6b52f4527f3837d263d250f9659a0d8e1d378f38bbfc8"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.6.8.tar.gz"
sha256 "27765b3018646745b064ea5734a4f1ba36dede3df3883dd5d150e8307e5d2149"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "09b121c954f886297856020461e233b715b8219e54dabe7b9d0901558ddcf963"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c0a2302d4f66d59859af2cf18f23ed0ac3e97f4c935f8242f03988c7ebf65be"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9dc75e5c05762f7c2e202932175aa8156e113445321dfeb9e26a19e27f3248fe"
sha256 cellar: :any_skip_relocation, sonoma: "823019934694df716909b513d7a4bbb46f779e9b0adcbf1b4d283ccc33ad391f"
sha256 cellar: :any_skip_relocation, ventura: "fc4e30faea2e3d95faf29d8edbca1b0c9c1bc9f3c0e8dd1f13e1192d1ef438da"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8571667ea375cd4db6968f2db47eec308a9bb99c9a33936b444869ac60b7fa8c"
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"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 67ad760

Please # to comment.