Skip to content

Commit 74dc156

Browse files
authored
Merge pull request #284060 from Homebrew/bump-nerdctl-2.3.1
nerdctl 2.3.1
2 parents 7a9489a + 8903119 commit 74dc156

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

Formula/n/nerdctl.rb

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
class 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

0 commit comments

Comments
 (0)