From 5be9b0ea8c064f8db39783b602cf986e5ea5e1dc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:43:12 +0000 Subject: [PATCH 1/2] ruff 0.3.6 --- 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 028e99d2e305a..f2d824f7d09a7 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/v0.3.5.tar.gz" - sha256 "44ec048e84335eaafb435c50edec83dbd1cd818fad4fe41d9c6e12a9837f0484" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.3.6.tar.gz" + sha256 "5606d93fee067314c6ce5de503fcc21b2f2d40be8c8a2be6f34b49a0cacf047b" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From f11d57b8eec179cbb5a1d5ba4fd62f0bde664ed2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:47:06 +0000 Subject: [PATCH 2/2] ruff: update 0.3.6 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 f2d824f7d09a7..6b4f05f3f1d05 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: "bd3ed932fe4ef435b58c0889848faea9880229f9f3ffd6fa3131de5f08602df3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c71a9817e6b244173e8d125a7dde615dc9cf5796df81c5a65259b2d1c3d1ba37" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c9595691dd6dd4f6abb9fd57edd620ff7c26d03e87ada0a2186476b0d2a08cc7" - sha256 cellar: :any_skip_relocation, sonoma: "79452afe9262610a48bc58316cf1f84eb4af1486752b0ff4c2722427fc21cb24" - sha256 cellar: :any_skip_relocation, ventura: "0403ee6619a54d221a44399c6532acd0fcc1957722e819f47d838972cb631350" - sha256 cellar: :any_skip_relocation, monterey: "d0b5dec6541a3c7b0a0c99ec7ed6a1578c3e81435cf42f1d927b2b50f9af1629" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1bf1d954f5bd08b653632d7c2b8bb45eeac477b764abafbd866b85cffbeadfd7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1065c7c5c266e89cb5ef90dccb588243c03800fa815c0c097d04a5b4901aa006" + sha256 cellar: :any_skip_relocation, arm64_ventura: "db522aadc5fcb0b791fde1d5188fb610ba9700ce970547602cd390209c2bb35d" + sha256 cellar: :any_skip_relocation, arm64_monterey: "3a400f5285280897d212ce3ece43c4a9c3f7a2fde2b1ee9538b095ae362df026" + sha256 cellar: :any_skip_relocation, sonoma: "5d7a633993d99b8e5d31fd100efd196310867707c42c0d4eca8c244b25e28ed9" + sha256 cellar: :any_skip_relocation, ventura: "1e1a981ad47d7bb05ceb1d2a51794045b414c8e7c28aa22cd444e1464084fbc0" + sha256 cellar: :any_skip_relocation, monterey: "e0070a52c39d7c7453b55bc04cf1f2f9e4ee0caf8380a486e33d70ada0263743" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7bfe7cc6b61ccfa68ba22dc8026cf312ba72159f33cddc9a38df4b3b6b2a05a7" end depends_on "rust" => :build