mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/containerd: Updated for version 1.6.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
d6de58d09c
commit
4746e34b4b
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=containerd
|
PRGNAM=containerd
|
||||||
VERSION=${VERSION:-1.6.9}
|
VERSION=${VERSION:-1.6.13}
|
||||||
GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16}
|
GITHASH=${GITHASH:-78f51771157abb6c9ed224c22013cdf09962315d}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="containerd"
|
PRGNAM="containerd"
|
||||||
VERSION="1.6.9"
|
VERSION="1.6.13"
|
||||||
HOMEPAGE="https://containerd.io/"
|
HOMEPAGE="https://containerd.io/"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.9/containerd-1.6.9.tar.gz"
|
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.13/containerd-1.6.13.tar.gz"
|
||||||
MD5SUM_x86_64="917e28b4fd2e5684c89e1b01210ea2a5"
|
MD5SUM_x86_64="448408aac9dee00e9c165330f5467488"
|
||||||
REQUIRES="runc"
|
REQUIRES="runc"
|
||||||
MAINTAINER="Audrius Kažukauskas"
|
MAINTAINER="Audrius Kažukauskas"
|
||||||
EMAIL="audrius@neutrino.lt"
|
EMAIL="audrius@neutrino.lt"
|
||||||
|
|
Loading…
Reference in a new issue