system/runc: Updated for version 1.1.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-10-20 16:11:00 +07:00
parent b40b1dcd96
commit e545561dba
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

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

View File

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