system/runc: Updated for version 1.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-05-16 22:17:33 +07:00
parent 55b3330cc4
commit aef9aa7071
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"