system/containerd: Updated for version 1.7.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-07-17 08:55:24 +09:00 committed by Willy Sudiarto Raharjo
parent 5a88ddf4a6
commit 53b4771914
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=containerd
VERSION=${VERSION:-1.6.21}
GITHASH=${GITHASH:-3dce8eb055cbb6872793272b4f20ed16117344f8}
VERSION=${VERSION:-1.7.2}
GITHASH=${GITHASH:-0cae528dd6cb557f7201036e9f43420650207b58}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="containerd"
VERSION="1.6.21"
VERSION="1.7.2"
HOMEPAGE="https://containerd.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.21/containerd-1.6.21.tar.gz"
MD5SUM_x86_64="08ae49ed543e970becd6f2bf4ece0040"
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.2/containerd-1.7.2.tar.gz"
MD5SUM_x86_64="12c3a32767962d3549bf18577e9a29cc"
REQUIRES="runc"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"