From 140b5c3d6fb6d28d2b6069825169fea1341fd7f5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:01:35 +0000 Subject: [PATCH 1/2] ruff 0.7.0 --- Formula/r/ruff.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 1be3751439a7..3c54fb498285 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -1,8 +1,8 @@ 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.9.tar.gz" - sha256 "502811ee2607cb09e3e05f4c3d60ed164a5e5a24aeb87fe00200b8d508a0b0c4" + url "https://github.com/astral-sh/ruff/archive/refs/tags/0.7.0.tar.gz" + sha256 "1bb27c8b7da3d2d2a676c677692f9a527d5fa5697a52c0515f9662f735449293" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From 975db3c59d60c58ef8e7d0bf826ab48ed17be48e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:39:54 +0000 Subject: [PATCH 2/2] ruff: update 0.7.0 bottle. --- Formula/r/ruff.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 3c54fb498285..ec2ddd2884a2 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -7,12 +7,12 @@ class Ruff < Formula head "https://github.com/astral-sh/ruff.git", branch: "main" bottle do - 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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2293a7a91801873802a1a41c6c67b9032e4268384e92c8d1dfb2de258bc05728" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "235204564ca38b3ee3bc8b5a366abc91a20dcbeb42a6262529148d3aa312a6e1" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0d25e9ecd575e6c4b86a99d3cd32ea3b80e1208bb796a9a290e176ac772f9841" + sha256 cellar: :any_skip_relocation, sonoma: "d27637b87fdafe9238b3f47dc0e2f3b2184f38d66f53fbb3ac7f6f12d2959ff7" + sha256 cellar: :any_skip_relocation, ventura: "8ae5b2301b935302dc48f71d985ab7642d0c47af07e8cc5c6abb599a3ce88dcd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ec4f1f71046f8e49489ab23b28975c4a2474c0ccb5abe3fb63563a6e7fc1f355" end depends_on "rust" => :build