mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/runc: Updated for version 1.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cfa82a7848
commit
315915c44d
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=runc
|
||||
VERSION=${VERSION:-1.0.0_rc93}
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
GITHASH=${GITHASH:-12644e614e25b05da6fd08a38ffa0cfe1903fdec}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="runc"
|
||||
VERSION="1.0.0_rc93"
|
||||
VERSION="1.0.2"
|
||||
HOMEPAGE="https://github.com/opencontainers/runc"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.0-rc93/runc-1.0.0-rc93.tar.gz"
|
||||
MD5SUM_x86_64="c40f24252570551d02d73eefb064f40c"
|
||||
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.2/runc-1.0.2.tar.gz"
|
||||
MD5SUM_x86_64="9c15db5eec28468429ed9083331656b6"
|
||||
REQUIRES="google-go-lang libseccomp"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue