From e7b36f354abdb10ccd7d6214f98d64dc59f1790a Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Tue, 24 Oct 2023 09:52:53 -0700 Subject: [PATCH 1/2] ruff 0.1.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 7b54daac9064..e580444a1e99 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.1.1.tar.gz" - sha256 "74d64fb11f5ae5b6da7f30093f8ad30162ffe2f5d930e859978615c6d204d9ea" + url "https://github.com/astral-sh/ruff/archive/refs/tags/v0.1.2.tar.gz" + sha256 "2135ea2f647a17e9060a3ca10f6df2be9e37ae87c864fe79dd3c067ba6ee57b2" license "MIT" head "https://github.com/astral-sh/ruff.git", branch: "main" From 447788cea8f8a6985b073647709c95df0d68c288 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:27:21 +0000 Subject: [PATCH 2/2] ruff: update 0.1.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 e580444a1e99..0055800c1e4d 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: "997998fc3671fc128ba770d2e066399f10529af2e885638329d935830173805a" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6bf3e8dc90fa68ee288b100ffa6141497004bc2049433b6b2653c6499322ebc5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "c24b4042949eb8ceb3f30608f4584d5b97f2cd27b157bc8a7b063cbbbc92bb11" - sha256 cellar: :any_skip_relocation, sonoma: "70c694575311b74146437753f05f1ef0fce7b3af2515b7768014b19324796f18" - sha256 cellar: :any_skip_relocation, ventura: "2d259dfe87254a7117780556757f620c69e27ecc9fae2ca38b2fcb294d25e3d2" - sha256 cellar: :any_skip_relocation, monterey: "4ad89a2efe67da6554fe4e7da55276d0b2e873131bab9bf3de755fdb51f9bfa3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "54059ac1d49984a01f8a539f5b2dcd61ed33676897e84dd869ebdfb1bccfad55" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c395c702728491b25978ac5f7807395f0b46c7776f54c399a60686c39ddaacf2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b0a1334f98cb5ef2ec82436be40fbb6b047b29b014036b390aacde9b6d7ac599" + sha256 cellar: :any_skip_relocation, arm64_monterey: "43cb3ca012f95f2765549224d602b9ef0cbc74931afe66e21361390de145d91e" + sha256 cellar: :any_skip_relocation, sonoma: "84567f3368a9f8ce7d51a78814f96979dc03e34d9eb187fdaa3f9976354b8cc0" + sha256 cellar: :any_skip_relocation, ventura: "80cfd4b0797ce075e273f7a62570295726010d1cb4573b199e438ea95d0b27a5" + sha256 cellar: :any_skip_relocation, monterey: "440df60f81e8337c09cc8d0976397d3e5233b86bc3e7d003106e52630b7466c7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6b8390e21a2206ae968cf60eb63087cec67d28ae58bd753581e0a6f80153e659" end depends_on "rust" => :build