|
1 | 1 | class Crane < Formula
|
2 | 2 | desc "Tool for interacting with remote images and registries"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | 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" |
17 | 15 | end
|
18 | 16 |
|
19 | 17 | depends_on "go" => :build
|
|
0 commit comments