From 9ab848157203ce051ba6032a9d6c1db2ba45ceb9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:52:04 +0000 Subject: [PATCH 1/2] ruff 0.6.8 --- 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 49e91ce55a28..408ba15a9281 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.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" From 292fad26863325e39e083e1086a0fb07eadef608 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:10:09 +0000 Subject: [PATCH 2/2] ruff: update 0.6.8 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 408ba15a9281..cbceb96e176d 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: "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