From 248a55538ab1cc997adfc911a5719e76a27fc5cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:55:03 +0000 Subject: [PATCH 1/2] crane 0.20.3 --- Formula/c/crane.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/crane.rb b/Formula/c/crane.rb index 0e9c1e145cbb..f0a5c45d5fae 100644 --- a/Formula/c/crane.rb +++ b/Formula/c/crane.rb @@ -1,8 +1,8 @@ class Crane < Formula desc "Tool for interacting with remote images and registries" homepage "https://github.com/google/go-containerregistry" - url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.2.tar.gz" - sha256 "064e9c47e3dac49acddccb4afe908b9d835725d371ee9a471fd445d134fbbf1d" + url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.3.tar.gz" + sha256 "663f4b808c10315f56a09b7c0a63e314ad79b16a07f950641330899db68c6075" license "Apache-2.0" bottle do From eb58f79aaa43b391352b428dcac1d5bd6f61e0a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:25:25 +0000 Subject: [PATCH 2/2] crane: update 0.20.3 bottle. --- Formula/c/crane.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/c/crane.rb b/Formula/c/crane.rb index f0a5c45d5fae..c8c30032163b 100644 --- a/Formula/c/crane.rb +++ b/Formula/c/crane.rb @@ -6,14 +6,12 @@ class Crane < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0cc6ea093955193954e8b8ea3b56661411e75880b56446414a5fa0f1896bd09" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "07d234e90cf176df22f36ff4fbfec94b60e441a9fb88ce756777d6e8d29ac24c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "543bcd7edbed1c3e52c59da7385256ce6bf2664329890b57a507aa154e98fb3f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9f9fee3ac2c33bfc5867ef1190567bc5a4a19f0ce157c05d789e818b3364f85f" - sha256 cellar: :any_skip_relocation, sonoma: "55f74183ac13afdb3f07f45de9a5cf898171a1e2114311911fc675d94990384b" - sha256 cellar: :any_skip_relocation, ventura: "2dcffe3708e0d51ebc5e946487e16219430062ea231066ec6cce1564fe2f6da1" - sha256 cellar: :any_skip_relocation, monterey: "95a24c7749edcd103079a24ae7fbcb5216beaba991c2d09f4795fce4095e264e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cf67c250d910642844c86f2e0962f98bcc35c8167a3c1e3848ef264b306db39" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b83007cc815313ad6732c19ab1c7c6138063efb31f68d9ad34b7131efc4dd105" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b83007cc815313ad6732c19ab1c7c6138063efb31f68d9ad34b7131efc4dd105" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b83007cc815313ad6732c19ab1c7c6138063efb31f68d9ad34b7131efc4dd105" + sha256 cellar: :any_skip_relocation, sonoma: "b42df32566b9d2c6770c232f280481f34ad323ddd5e4f414c23f5a87d9675f7f" + sha256 cellar: :any_skip_relocation, ventura: "b42df32566b9d2c6770c232f280481f34ad323ddd5e4f414c23f5a87d9675f7f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73cf545d4c043bf2f38d693fca210207c02bf2088086473d69c0814a0d835ce8" end depends_on "go" => :build