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 7c4d0156..3cb8160b 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
10" 10"
11 11
12SRCREV_FORMAT = "nerdcli" 12SRCREV_FORMAT = "nerdcli"
13SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac" 13SRCREV_nerdcli = "5604f9077214d1e7ef84e1699d794387d281195a"
14 14
15SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 15SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
16 16
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
27 27
28GO_IMPORT = "import" 28GO_IMPORT = "import"
29 29
30PV = "v2.0.3" 30PV = "v2.2.0"
31 31
32NERDCTL_PKG = "github.com/containerd/nerdctl" 32NERDCTL_PKG = "github.com/containerd/nerdctl"
33 33