diff options
author | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2023-12-31 13:44:26 +1000 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-01-01 10:42:00 +0800 |
commit | 85cdb88f95f33fed0c1e631bc95cccf6b15dbf8c (patch) | |
tree | 48cbaa6e8646537400f6188a97472e47beed93b9 /utils | |
parent | 8caea40cfbf92cd0fb82ebac2709ceeea9a7ab32 (diff) |
containerd: Update to 1.7.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils')
-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 78aee46fa..c573aa9fd 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.1 +PKG_VERSION:=1.7.6 PKG_RELEASE:=1 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:=fd844af82afda7242d8eba5e0086c5a0d54ddc3041c1bbdd4d3c62bfee844e3a +PKG_HASH:=084a62f78f96cb5fda02221425f14df09d3e0acd093e4d4b3527900e3ff94677 PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |