diff options
| author | Milinda Brantini | 2024-07-23 02:59:29 +0000 |
|---|---|---|
| committer | Tianling Shen | 2024-07-24 03:57:48 +0000 |
| commit | 79fac95444e4874a411c1a135ad01b12a8e36007 (patch) | |
| tree | 630c69956a0c27cca053e516d694b67778468763 | |
| parent | 7e4cabe225894905c77cd5ac39e2a896dac45912 (diff) | |
| download | packages-79fac95444e4874a411c1a135ad01b12a8e36007.tar.gz | |
containerd: Update to 1.7.20
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
| -rw-r--r-- | utils/containerd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index bd641db3bb..dcb35ccdcb 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.18 +PKG_VERSION:=1.7.20 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:linuxfoundation:containerd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? -PKG_HASH:=91685cebd50e3f353a402adadf61e2a6aeda3f63754fa0fcc978a043e00acac4 +PKG_HASH:=c4268561e514a2e8322bc8cdd39113d5e164fb31c2cef76f479d683395ea9bd6 PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |