From 7407e6c76ed2eef72e1f216f8b4d67b03d132a3a Mon Sep 17 00:00:00 2001 From: Porkepix <porkepix@gmail.com> Date: Sun, 18 Feb 2024 01:57:31 +0100 Subject: [PATCH 1/2] ruff 0.2.2 --- 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 a942ef4aa2a55..8e62eddadfb2b 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.2.1.tar.gz" - sha256 "d19f4df87c8d678ea46429fb19bd7952ad1907e84fd2aeb966263f72061a5a14" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.2.2.tar.gz" + sha256 "12dd075410eb8c73865048817d851fed617e0d8baa30d06707b8b67ff25e247e" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From 6abe2b26da81c47333765b827f2f15705d74aca3 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 18 Feb 2024 01:38:48 +0000 Subject: [PATCH 2/2] ruff: update 0.2.2 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 8e62eddadfb2b..562093547f3b9 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: "269e89caba0feb20fd02fa83fddc53a62a05937f078b54a7e8e1f2d78e561642" - sha256 cellar: :any_skip_relocation, arm64_ventura: "e394a66607a0194ebac6e211e67855a0b013bf153a0df37221395d5a34168d14" - sha256 cellar: :any_skip_relocation, arm64_monterey: "bdaa398d2afd1a5e6e3473851ccceefc255ec640539123d3a1881f13d6bd2c0d" - sha256 cellar: :any_skip_relocation, sonoma: "4bd6fd6e9d9ca763d3edf7c45981981dbcc26a1e2f4674034cd4989a81beabab" - sha256 cellar: :any_skip_relocation, ventura: "3b682c38dfa611489d0fc294db78a545dabf55443c91ffd5e16d145018a15bb6" - sha256 cellar: :any_skip_relocation, monterey: "aac92767349e98e3323573ccbcca33f0337a8878dfb66341187e600d824e45ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bcf29328bc11357485a964bedf98718f8f7cc751032c86decb57b536c5902b4a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32a2168335468f3fdb5de7805c4589656cd067803b2779d5962e3fa8bd687dfd" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8f8b4c9aaf0a1e097ace33e988fa6353171f180d108353bc5bda138e36bdff53" + sha256 cellar: :any_skip_relocation, arm64_monterey: "cac7456da1942f4854606d808b5e1c2180ead26f54cf5c3186535185af2a8843" + sha256 cellar: :any_skip_relocation, sonoma: "d40e7d2a3026111b6d3f650bb72c6944e372fb4ff30564acf155947301419d27" + sha256 cellar: :any_skip_relocation, ventura: "e5da25a98c54114478a6f013c5c302cf7d1f1f8e5d2d144d772a5f96a39d25ff" + sha256 cellar: :any_skip_relocation, monterey: "f917df401f6bb9ad27cea253ef9a59ffcbbe918a9ed23ca6b9020cc004982dac" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1cbe7ae04e598e8243707f7a87d814e6370a4ae7c2cd90ac71252100a105cfdc" end depends_on "rust" => :build