summaryrefslogtreecommitdiffstats
path: root/recipes-containers/nerdctl/nerdctl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/nerdctl/nerdctl_git.bb')
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 4e65405e..8868274f 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
11 11
12# Specify the first two important SRCREVs as the format 12# Specify the first two important SRCREVs as the format
13SRCREV_FORMAT="nerdcli_cgroups" 13SRCREV_FORMAT="nerdcli_cgroups"
14SRCREV_nerdcli = "b33a58f288bc42351404a016e694190b897cd252" 14SRCREV_nerdcli = "265d6b9cf526ce7d9ed8d34a0e3c3066901cc463"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
17 17
@@ -29,7 +29,7 @@ GO_IMPORT = "import"
29 29
30# S = "${WORKDIR}/git" 30# S = "${WORKDIR}/git"
31 31
32PV = "v1.5.0" 32PV = "v2.0.0-beta.1"
33 33
34NERDCTL_PKG = "github.com/containerd/nerdctl" 34NERDCTL_PKG = "github.com/containerd/nerdctl"
35 35