system/containerd: Updated for version 1.7.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f21c7aad6
commit
429ff611e8
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=containerd
|
||||
VERSION=${VERSION:-1.7.6}
|
||||
GITHASH=${GITHASH:-091922f03c2762540fd057fba91260237ff86acb}
|
||||
VERSION=${VERSION:-1.7.13}
|
||||
GITHASH=${GITHASH:-7c3aca7a610df76212171d200ca3811ff6096eb8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="containerd"
|
||||
VERSION="1.7.6"
|
||||
VERSION="1.7.13"
|
||||
HOMEPAGE="https://containerd.io/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.6/containerd-1.7.6.tar.gz"
|
||||
MD5SUM_x86_64="64d58c38d9029c0dada8748a2b0c6215"
|
||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.13/containerd-1.7.13.tar.gz"
|
||||
MD5SUM_x86_64="a678f360eddf6bf0f9f1eac77cb79901"
|
||||
REQUIRES="runc"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in New Issue