Skip to content

Commit b7dfd8f

Browse files
authored
Merge pull request #204371 from Homebrew/bump-crane-0.20.3
crane 0.20.3
2 parents 51153af + eb58f79 commit b7dfd8f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/c/crane.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class Crane < Formula
22
desc "Tool for interacting with remote images and registries"
33
homepage "https://github.com/google/go-containerregistry"
4-
url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.2.tar.gz"
5-
sha256 "064e9c47e3dac49acddccb4afe908b9d835725d371ee9a471fd445d134fbbf1d"
4+
url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.3.tar.gz"
5+
sha256 "663f4b808c10315f56a09b7c0a63e314ad79b16a07f950641330899db68c6075"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e0cc6ea093955193954e8b8ea3b56661411e75880b56446414a5fa0f1896bd09"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "07d234e90cf176df22f36ff4fbfec94b60e441a9fb88ce756777d6e8d29ac24c"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "543bcd7edbed1c3e52c59da7385256ce6bf2664329890b57a507aa154e98fb3f"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "9f9fee3ac2c33bfc5867ef1190567bc5a4a19f0ce157c05d789e818b3364f85f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "55f74183ac13afdb3f07f45de9a5cf898171a1e2114311911fc675d94990384b"
14-
sha256 cellar: :any_skip_relocation, ventura: "2dcffe3708e0d51ebc5e946487e16219430062ea231066ec6cce1564fe2f6da1"
15-
sha256 cellar: :any_skip_relocation, monterey: "95a24c7749edcd103079a24ae7fbcb5216beaba991c2d09f4795fce4095e264e"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6cf67c250d910642844c86f2e0962f98bcc35c8167a3c1e3848ef264b306db39"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b83007cc815313ad6732c19ab1c7c6138063efb31f68d9ad34b7131efc4dd105"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b83007cc815313ad6732c19ab1c7c6138063efb31f68d9ad34b7131efc4dd105"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b83007cc815313ad6732c19ab1c7c6138063efb31f68d9ad34b7131efc4dd105"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b42df32566b9d2c6770c232f280481f34ad323ddd5e4f414c23f5a87d9675f7f"
13+
sha256 cellar: :any_skip_relocation, ventura: "b42df32566b9d2c6770c232f280481f34ad323ddd5e4f414c23f5a87d9675f7f"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "73cf545d4c043bf2f38d693fca210207c02bf2088086473d69c0814a0d835ce8"
1715
end
1816

1917
depends_on "go" => :build

0 commit comments

Comments
 (0)