mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/containerd: Updated for version 1.6.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
3201311a03
commit
00181aeecf
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=containerd
|
||||
VERSION=${VERSION:-1.6.13}
|
||||
VERSION=${VERSION:-1.6.15}
|
||||
GITHASH=${GITHASH:-78f51771157abb6c9ed224c22013cdf09962315d}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="containerd"
|
||||
VERSION="1.6.13"
|
||||
VERSION="1.6.15"
|
||||
HOMEPAGE="https://containerd.io/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.13/containerd-1.6.13.tar.gz"
|
||||
MD5SUM_x86_64="448408aac9dee00e9c165330f5467488"
|
||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.15/containerd-1.6.15.tar.gz"
|
||||
MD5SUM_x86_64="0a044b7cc317ff2e7910bd880561ca77"
|
||||
REQUIRES="runc"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue