mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00: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)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=runc
|
PRGNAM=runc
|
||||||
VERSION=${VERSION:-1.0.2}
|
VERSION=${VERSION:-1.1.2}
|
||||||
GITHASH=${GITHASH:-12644e614e25b05da6fd08a38ffa0cfe1903fdec}
|
GITHASH=${GITHASH:-a916309fff0f838eb94e928713dbc3c0d0ac7aa4}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="runc"
|
PRGNAM="runc"
|
||||||
VERSION="1.0.2"
|
VERSION="1.1.2"
|
||||||
HOMEPAGE="https://github.com/opencontainers/runc"
|
HOMEPAGE="https://github.com/opencontainers/runc"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.2/runc-1.0.2.tar.gz"
|
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.1.2/runc-1.1.2.tar.gz"
|
||||||
MD5SUM_x86_64="9c15db5eec28468429ed9083331656b6"
|
MD5SUM_x86_64="a5232cfec5f9352717675c8b141f2c32"
|
||||||
REQUIRES="google-go-lang"
|
REQUIRES="google-go-lang"
|
||||||
MAINTAINER="Audrius Kažukauskas"
|
MAINTAINER="Audrius Kažukauskas"
|
||||||
EMAIL="audrius@neutrino.lt"
|
EMAIL="audrius@neutrino.lt"
|
||||||
|
|
Loading…
Reference in a new issue