From 9f791c8b43b818ed813e4a77c70763cbf56def11 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 4 May 2024 00:44:29 +0000 Subject: [PATCH 1/2] ruff 0.4.3 --- 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 95756cb732fc3..e3389c85376a0 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.4.2.tar.gz" - sha256 "7f08b9b79afdf75eb5528986f0ac8a7fe0183d5b1917cba7d7d595b09cb58d6a" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.3.tar.gz" + sha256 "7fdff8b7391c305bad50b7982790638176785337d7369c3c8518fd384643cd5e" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From 7d61e95f2356a7b2fef865d25d47a67b2925488e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 4 May 2024 01:27:08 +0000 Subject: [PATCH 2/2] ruff: update 0.4.3 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 e3389c85376a0..558e7d15c2c5f 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: "b3ca6994532456cede59b21ec7ce70ac2a0e418bff7eab82257aaf259a883b3a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6ab15cc890c560b8ad65db56d42b5e39b323a3c6e070014c9b5901e58a0f1851" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0a39db5213e55fe35db3fadb5749aa082a2ade465ccb9896ee4e5cba5849f7d1" - sha256 cellar: :any_skip_relocation, sonoma: "63f70ce492a79719154dc43e7c539c677ee28f5370af28519f886db99fd095de" - sha256 cellar: :any_skip_relocation, ventura: "11215756255e894b095895c7aec821cfdff4066da686e26f4a364e7530b52ed4" - sha256 cellar: :any_skip_relocation, monterey: "7cf14e099836403f4a0558cb3937aeb7b8f797b6bde139fc0b3aed2edf4b2772" - sha256 cellar: :any_skip_relocation, x86_64_linux: "da2c3b7994b288cf061694f2388264524be6f222c97e657c41d7323e64d0993b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1d0d354190e6f8a2c8deab3e8af6e8dfff8837aad31e769e1c4d4e042467cf39" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a94f1d0977f596d250f08e23cef0ea0b08d07c34fc33388f9fc603031f2c172" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e2804685a0639dd4ff438cb88839c2df1000b11e5ead52bf0df25a8dfdf85600" + sha256 cellar: :any_skip_relocation, sonoma: "06f99b46d8751a2e816c36665ad4d42c2dd3a7f31353c6add8d41766866948b2" + sha256 cellar: :any_skip_relocation, ventura: "b7a946ec6a46eef2f97b1b68f1bae30cb886dd3cd0bdce73692c323d022500d0" + sha256 cellar: :any_skip_relocation, monterey: "27ea3304c243a14686bb02b106bb192acb1846751f7efbb773f88d3e709aa035" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50b64ea5bc55422811743b96af58567419e2600ba150bb0749a6f8776dc7063b" end depends_on "rust" => :build