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