Skip to content

Commit

Permalink
Merge pull request #182042 from Homebrew/bump-ruff-0.6.2
Browse files Browse the repository at this point in the history
ruff 0.6.2
  • Loading branch information
BrewTestBot authored Aug 22, 2024
2 parents abda1ec + d23da47 commit 6868a47
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.1.tar.gz"
sha256 "230a4ca5b172ae0632afb310ee7792eec6913eefa790423790862f0d91889ad1"
url "https://github.com/astral-sh/ruff/archive/refs/tags/0.6.2.tar.gz"
sha256 "5aa788770ad1e11dc11a5a3b7a75a3c5452ba4e2f812a03fb6a28536032b4853"
license "MIT"
head "https://github.com/astral-sh/ruff.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0c77ee01db9666842f34eafaa66e08c587af364640efb33f35f62068341005fc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5d9fde69b52e15591e7fed05f8e9c6b08012df091eb241a2aad3e3ed312bf2b4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9bc35b22b1e905cd7d4b569861f1412429992767e60bd34a67280df042fddccf"
sha256 cellar: :any_skip_relocation, sonoma: "03ac9d63ffdec0f032314a0e3cd0103796c018869285ab5fb2da424e7416c293"
sha256 cellar: :any_skip_relocation, ventura: "3dc6dfd84c22988d6f7e063c358d4c3edc30cf35042260dd170477a1ec2c8be0"
sha256 cellar: :any_skip_relocation, monterey: "7015204382820218e57a77dea99dec8d183b3429d9901bedbff93f05c4cc1637"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7aac454ff826c26f6806435b8a45b99447591250f425d1bcdd2a938c06f8d16"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "998f302f1ffa28157b357fa147247a74e1bd380b2f4b820fd56cdc1a3185c481"
sha256 cellar: :any_skip_relocation, arm64_ventura: "39518da96e61240bc135d77f1f0abd793bfb9633e2d985b20c540352d06bc4db"
sha256 cellar: :any_skip_relocation, arm64_monterey: "08491112628aa364ddafe8d02099a8f21bfd1b9cc3af328b33eaad13524ac85a"
sha256 cellar: :any_skip_relocation, sonoma: "274a5b508432e5b4498696c9598d24a4e6b24e6faef66a6650b147207c828a18"
sha256 cellar: :any_skip_relocation, ventura: "97df73c2988f5c2c106dd3d2e059544f496b6f059a0f194fc11b896ebfa6601f"
sha256 cellar: :any_skip_relocation, monterey: "c8438b32fdf3d0d408d057ab5d113260a6be2f8b7e9e4aede05f48797bd14733"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7263ca20da41e48b8f5e39ffca998b77461287c384d106afeed6970aed1cd5a8"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 6868a47

Please sign in to comment.