system/runc: Updated for version 1.1.7.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-05-13 09:51:44 +09:00 committed by Willy Sudiarto Raharjo
parent f80725c7fd
commit 5d19e06dfb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=runc
VERSION=${VERSION:-1.1.4}
GITHASH=${GITHASH:-a916309fff0f838eb94e928713dbc3c0d0ac7aa4}
VERSION=${VERSION:-1.1.7}
GITHASH=${GITHASH:-860f061b76bb4fc671f0f9e900f7d80ff93d4eb7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="runc"
VERSION="1.1.4"
VERSION="1.1.7"
HOMEPAGE="https://github.com/opencontainers/runc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.1.4/runc-1.1.4.tar.gz"
MD5SUM_x86_64="ae8e2ac9335b8606eeccd2e7c031350a"
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.1.7/runc-1.1.7.tar.gz"
MD5SUM_x86_64="d6969a86fe42a9f03a86b4ec432bd658"
REQUIRES="google-go-lang"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"