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