mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
system/containerd: Updated for version 1.2.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
e3c4d483e5
commit
1328f9fa96
2 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for containerd
|
||||
|
||||
# Copyright 2016 Asaf Ohayon <asaf@sysbind.co.il>
|
||||
# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# Copyright 2017-2019 Audrius Kažukauskas <audrius@neutrino.lt>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,8 +24,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=containerd
|
||||
VERSION=${VERSION:-1.1.2}
|
||||
GITHASH=${GITHASH:-468a545b9edcd5932818eb9de8e72413e616e86e}
|
||||
VERSION=${VERSION:-1.2.3}
|
||||
GITHASH=${GITHASH:-7f5f1176dd9fb3cc8d3ce5de91759ed3dc969fa2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,6 +75,7 @@ make \
|
|||
# Install executables.
|
||||
install -D -m 0755 bin/containerd $PKG/usr/bin/containerd
|
||||
install -D -m 0755 bin/containerd-shim $PKG/usr/bin/containerd-shim
|
||||
install -D -m 0755 bin/containerd-shim-runc-v1 $PKG/usr/bin/containerd-shim-runc-v1
|
||||
install -D -m 0755 bin/containerd-stress $PKG/usr/bin/containerd-stress
|
||||
install -D -m 0755 bin/ctr $PKG/usr/bin/ctr
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="containerd"
|
||||
VERSION="1.1.2"
|
||||
VERSION="1.2.3"
|
||||
HOMEPAGE="https://containerd.io/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.1.2/containerd-1.1.2.tar.gz"
|
||||
MD5SUM_x86_64="995e2b3de6357211d3bb19902a1cfa8c"
|
||||
DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.2.3/containerd-1.2.3.tar.gz"
|
||||
MD5SUM_x86_64="f9674a932382af7c345293269035ea94"
|
||||
REQUIRES="runc"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue