From 0fe58571aa33c42021159037fb7de1ddffbc68d6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 May 2026 18:23:37 +0000 Subject: [PATCH 1/2] nerdctl 2.3.1 --- Formula/n/nerdctl.rb | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Formula/n/nerdctl.rb b/Formula/n/nerdctl.rb index ae8b5985e41d..2e5a732ee866 100644 --- a/Formula/n/nerdctl.rb +++ b/Formula/n/nerdctl.rb @@ -1,22 +1,11 @@ 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" From 8903119e755cf7412d207a2294306bcb0c6326c4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 May 2026 01:14:30 +0000 Subject: [PATCH 2/2] nerdctl: update 2.3.1 bottle. --- Formula/n/nerdctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/n/nerdctl.rb b/Formula/n/nerdctl.rb index 2e5a732ee866..88364365bd81 100644 --- a/Formula/n/nerdctl.rb +++ b/Formula/n/nerdctl.rb @@ -7,8 +7,8 @@ class Nerdctl < Formula head "https://github.com/containerd/nerdctl.git", branch: "main" 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