From 42fd00ddcabd81c31d532bd3c116433f50e8cb35 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:54:38 +0000 Subject: [PATCH 1/2] croc 10.1.1 --- Formula/c/croc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/croc.rb b/Formula/c/croc.rb index b9d6e305b4a2f..d96f5eb5da594 100644 --- a/Formula/c/croc.rb +++ b/Formula/c/croc.rb @@ -1,8 +1,8 @@ class Croc < Formula desc "Securely send things from one computer to another" homepage "https://github.com/schollz/croc" - url "https://github.com/schollz/croc/archive/refs/tags/v10.1.0.tar.gz" - sha256 "0968f28c0d46ff181173ae1613aea5c55757384e3c1358917f78bf0ce595d151" + url "https://github.com/schollz/croc/archive/refs/tags/v10.1.1.tar.gz" + sha256 "7351abed3bb509e6c13f1a9d8c38662dcafc29f8b1e123127e8ee75e7eb0719b" license "MIT" head "https://github.com/schollz/croc.git", branch: "master" From 40654b76d9082b779a3a467a4de3a4c8b3231814 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:19:03 +0000 Subject: [PATCH 2/2] croc: update 10.1.1 bottle. --- Formula/c/croc.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/c/croc.rb b/Formula/c/croc.rb index d96f5eb5da594..53c4c098bd9bc 100644 --- a/Formula/c/croc.rb +++ b/Formula/c/croc.rb @@ -7,12 +7,12 @@ class Croc < Formula head "https://github.com/schollz/croc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" - sha256 cellar: :any_skip_relocation, sonoma: "c2fbf66123103439fdd8322b56f2b30b67512ef79ffb497b991092e4126cdceb" - sha256 cellar: :any_skip_relocation, ventura: "c2fbf66123103439fdd8322b56f2b30b67512ef79ffb497b991092e4126cdceb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86a0309d1f4be5af5d90f5509875bb4d9856a7f06ca1945ff81f85142ca7cd72" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "17a360ff63213fa051b8fc8774cbdb7be8ae0ef19db5ad03ba4671a17e6f4148" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "17a360ff63213fa051b8fc8774cbdb7be8ae0ef19db5ad03ba4671a17e6f4148" + sha256 cellar: :any_skip_relocation, arm64_ventura: "17a360ff63213fa051b8fc8774cbdb7be8ae0ef19db5ad03ba4671a17e6f4148" + sha256 cellar: :any_skip_relocation, sonoma: "1b8f459fdacf8b2d710b8fcccb66c5274965146728f2c75a6e7d51bb1a987a1b" + sha256 cellar: :any_skip_relocation, ventura: "1b8f459fdacf8b2d710b8fcccb66c5274965146728f2c75a6e7d51bb1a987a1b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3e81ce6772047bf1fda9c749c57d96292b717d83ea4c19e40087021f080d7e1" end depends_on "go" => :build