diff options
author | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2023-12-31 16:13:12 +1000 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-02-21 17:40:53 +0800 |
commit | dbc74ce187ff0e0b8d033224d9ce683b25365f2e (patch) | |
tree | a21a0411a2bbc0fa68148127b8284fe3e1fa8ced /utils/containerd | |
parent | a364026b2e4943fc16734432569e4ff299ff07a3 (diff) |
containerd: Update to 1.7.13
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils/containerd')
-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 10309159c..6c94545f1 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.6 +PKG_VERSION:=1.7.13 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:=084a62f78f96cb5fda02221425f14df09d3e0acd093e4d4b3527900e3ff94677 +PKG_HASH:=ae2b914bff0ddbb9b29d5fc689a51e1ce89ea4edfc4df9ae10517c6f5d2d5aaf PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |