Browse Source
system/containerd: Updated for version 1.7.28.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
Andrew Clemons
1 month ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/containerd/containerd.SlackBuild
-
system/containerd/containerd.info
|
|
@ -26,8 +26,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=containerd |
|
|
|
VERSION=${VERSION:-1.7.27} |
|
|
|
GITHASH=${GITHASH:-05044ec0a9a75232cad458027ca83437aae3f4da} |
|
|
|
VERSION=${VERSION:-1.7.28} |
|
|
|
GITHASH=${GITHASH:-75cb2b7193e4e490e9fbdc236c0e811ccaba3376} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="containerd" |
|
|
|
VERSION="1.7.27" |
|
|
|
VERSION="1.7.28" |
|
|
|
HOMEPAGE="https://containerd.io/" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.27/containerd-1.7.27.tar.gz" |
|
|
|
MD5SUM_x86_64="19a4790179c175dc0570b3a08a4c6e54" |
|
|
|
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.28/containerd-1.7.28.tar.gz" |
|
|
|
MD5SUM_x86_64="c4a772935d136c81b0573e6bf806df82" |
|
|
|
REQUIRES="runc" |
|
|
|
MAINTAINER="Audrius Kažukauskas" |
|
|
|
EMAIL="audrius@neutrino.lt" |