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 84734c9f..45e17c27 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 = "1259a55e6118e4dc1fb61021131aad61f6fca853" 14SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
17 17
@@ -30,7 +30,7 @@ GO_IMPORT = "import"
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32 32
33PV = "v2.0.2" 33PV = "v2.0.3"
34 34
35NERDCTL_PKG = "github.com/containerd/nerdctl" 35NERDCTL_PKG = "github.com/containerd/nerdctl"
36 36