From 0528aafb51fc6915f4c86a1bb89fc1d479a62176 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:51:37 +0000 Subject: [PATCH 1/2] ruff 0.6.4 --- 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 4165fd0df084..24f77e21f7b3 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.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" From 8566275f1cf91509615b04ec31f960d3d1916a99 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:01:50 +0000 Subject: [PATCH 2/2] ruff: update 0.6.4 bottle. --- Formula/r/ruff.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/r/ruff.rb b/Formula/r/ruff.rb index 24f77e21f7b3..4946f4c4bfc2 100644 --- a/Formula/r/ruff.rb +++ b/Formula/r/ruff.rb @@ -7,13 +7,13 @@ class Ruff < Formula 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