diff --git a/Formula/n/nerdctl.rb b/Formula/n/nerdctl.rb index ae8b5985e41d..88364365bd81 100644 --- a/Formula/n/nerdctl.rb +++ b/Formula/n/nerdctl.rb @@ -1,25 +1,14 @@ class Nerdctl < Formula desc "ContaiNERD CTL - Docker-compatible CLI for containerd" homepage "https://github.com/containerd/nerdctl" + url "https://github.com/containerd/nerdctl/archive/refs/tags/v2.3.1.tar.gz" + sha256 "f9c66b5a62f3a4967e246f10b06892ef9d08e3b2bfddd2be0b7346c8c47c05b5" license "Apache-2.0" head "https://github.com/containerd/nerdctl.git", branch: "main" - stable do - url "https://github.com/containerd/nerdctl/archive/refs/tags/v2.2.2.tar.gz" - sha256 "55d4a28e05ad7b4691d79cd113d623c8fed5077653e426d5457a6232259f4ad2" - - # CNI: add Homebrew's installation path - # https://github.com/containerd/nerdctl/pull/4761 - # Merged into main, targeted for v2.3.0. - patch do - url "https://github.com/containerd/nerdctl/commit/a1cffd64ccc1ac6c261f10937e3b3fa57ccac90c.patch?full_index=1" - sha256 "667781729c9225e28fe9ddb2ad32e7b46f2bcfc62b5ef95e5e9b592e0c221414" - end - end - bottle do - sha256 cellar: :any_skip_relocation, arm64_linux: "ed24b21eaf6d27dede5df48055d2b0a5abd299f95e5ac41f449cab4e491557ec" - sha256 cellar: :any_skip_relocation, x86_64_linux: "b00bb44232a31a7cedaa6144060f4cd514d4e859837567ae503b3a37f312e7d9" + sha256 cellar: :any_skip_relocation, arm64_linux: "a47a2c42e93aaf08bdef2c7f596e2f6ed6c0190d81fcf44a109cfe4e2a73d616" + sha256 cellar: :any_skip_relocation, x86_64_linux: "50b930a2c3d360ddddd0144fbb85f9b94f22ac2c463fb269de1bae5e61d04dff" end depends_on "go" => :build