diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-16 22:26:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:34 +0700 |
commit | bb5c51a7cc5fc2c76887acaa2c39fb56bbf88c58 (patch) | |
tree | 314dfba9438a74ff30cf5dc8b0b55f7a5dfab99e | |
parent | aef9aa7071f3b3d8cfe8db2c7cecbe8738bf1cc2 (diff) | |
download | slackbuilds-bb5c51a7cc5fc2c76887acaa2c39fb56bbf88c58.tar.gz |
system/containerd: Updated for version 1.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/containerd/containerd.SlackBuild | 7 | ||||
-rw-r--r-- | system/containerd/containerd.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index 912b0fd226..5e2e96ceba 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.5.8} -GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e} +VERSION=${VERSION:-1.6.4} +GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index 1c027035e7..d388a47c74 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.5.8" +VERSION="1.6.4" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.5.8/containerd-1.5.8.tar.gz" -MD5SUM_x86_64="9bc4e65b254222366ff73e463926331c" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.4/containerd-1.6.4.tar.gz" +MD5SUM_x86_64="87e57b9d2f3e902b285c25cce475b784" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |