Skip to content

Commit 0462da5

Browse files
authored
Merge pull request #224403 from Homebrew/bump-crane-0.20.5
crane 0.20.5
2 parents af99f50 + 82dece1 commit 0462da5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/crane.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.4.tar.gz"
5-
sha256 "4d2db32f704178af0c1cf52494cbafc4ace158c8afbfc1e9126ee9a719bc7425"
4+
url "https://github.com/google/go-containerregistry/archive/refs/tags/v0.20.5.tar.gz"
5+
sha256 "624b950f4dec1a34eeed15b2162352e0a47d78f0609125864710f490de34fcf8"
66
license "Apache-2.0"
77
head "https://github.com/google/go-containerregistry.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "83537a813e9ab551c57d5b1886c5e6eec9ee9f45a3c297f32d859a859f264fd1"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "83537a813e9ab551c57d5b1886c5e6eec9ee9f45a3c297f32d859a859f264fd1"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "83537a813e9ab551c57d5b1886c5e6eec9ee9f45a3c297f32d859a859f264fd1"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c0ef0bfa3027a09b219c21e4c00883532dd5d417350e04dccd2723d36fbfbdbb"
14-
sha256 cellar: :any_skip_relocation, ventura: "c0ef0bfa3027a09b219c21e4c00883532dd5d417350e04dccd2723d36fbfbdbb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4fa9def22a2e7bbb9bc148d5530436331de1d646acaafcc693ad9f8a6688aadc"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d15d4ebf0b40154dc03e24fb074e7ffb0ad1ceacd68db3d63e9cd31015fbfef"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d15d4ebf0b40154dc03e24fb074e7ffb0ad1ceacd68db3d63e9cd31015fbfef"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d15d4ebf0b40154dc03e24fb074e7ffb0ad1ceacd68db3d63e9cd31015fbfef"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d2383011d0bbae459fb1e07575c4cf17d7ca859916991aebba106db7e5a13c08"
14+
sha256 cellar: :any_skip_relocation, ventura: "d2383011d0bbae459fb1e07575c4cf17d7ca859916991aebba106db7e5a13c08"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3da60b05afd8010acad34e54808360c9a0bc1b72ceb402825f426174950c66c0"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)