diff options
author | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2022-09-20 20:38:17 +1000 |
---|---|---|
committer | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2022-09-20 21:02:04 +1000 |
commit | db36bb4507952628d1c1da3816fd8fe55c8ae530 (patch) | |
tree | 6ed9affc03e334b60953f7683b399efa95ac875b /utils/containerd | |
parent | cdcc0c9fcbc5eadc214a5a690dbc69ee3d170be4 (diff) |
containerd: Update to v1.6.8 for Docker v20.10.18
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils/containerd')
-rw-r--r-- | utils/containerd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 138f881a2..7065f4479 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.6.6 -PKG_RELEASE:=1 +PKG_VERSION:=1.6.8 +PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? -PKG_HASH:=27afb673c20d53aa5c31aec07b38eb7e4dc911e7e1f0c76fac9513bbf070bd24 +PKG_HASH:=f5f938513c28377f64f85e84f2750d39f26b01262f3a062b7e8ce35b560ca407 PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |