File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Nerdctl < Formula
22 desc "ContaiNERD CTL - Docker-compatible CLI for containerd"
33 homepage "https://github.com/containerd/nerdctl"
4+ url "https://github.com/containerd/nerdctl/archive/refs/tags/v2.3.1.tar.gz"
5+ sha256 "f9c66b5a62f3a4967e246f10b06892ef9d08e3b2bfddd2be0b7346c8c47c05b5"
46 license "Apache-2.0"
57 head "https://github.com/containerd/nerdctl.git" , branch : "main"
68
7- stable do
8- url "https://github.com/containerd/nerdctl/archive/refs/tags/v2.2.2.tar.gz"
9- sha256 "55d4a28e05ad7b4691d79cd113d623c8fed5077653e426d5457a6232259f4ad2"
10-
11- # CNI: add Homebrew's installation path
12- # https://github.com/containerd/nerdctl/pull/4761
13- # Merged into main, targeted for v2.3.0.
14- patch do
15- url "https://github.com/containerd/nerdctl/commit/a1cffd64ccc1ac6c261f10937e3b3fa57ccac90c.patch?full_index=1"
16- sha256 "667781729c9225e28fe9ddb2ad32e7b46f2bcfc62b5ef95e5e9b592e0c221414"
17- end
18- end
19-
209 bottle do
21- sha256 cellar : :any_skip_relocation , arm64_linux : "ed24b21eaf6d27dede5df48055d2b0a5abd299f95e5ac41f449cab4e491557ec "
22- sha256 cellar : :any_skip_relocation , x86_64_linux : "b00bb44232a31a7cedaa6144060f4cd514d4e859837567ae503b3a37f312e7d9 "
10+ sha256 cellar : :any_skip_relocation , arm64_linux : "a47a2c42e93aaf08bdef2c7f596e2f6ed6c0190d81fcf44a109cfe4e2a73d616 "
11+ sha256 cellar : :any_skip_relocation , x86_64_linux : "50b930a2c3d360ddddd0144fbb85f9b94f22ac2c463fb269de1bae5e61d04dff "
2312 end
2413
2514 depends_on "go" => :build
You can’t perform that action at this time.
0 commit comments