system/runc: Updated for version 1.1.9.

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-10-06 10:18:10 +08:00 committed by Willy Sudiarto Raharjo
parent 40f5b604d7
commit 306f3949c2
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.7}
GITHASH=${GITHASH:-860f061b76bb4fc671f0f9e900f7d80ff93d4eb7}
VERSION=${VERSION:-1.1.9}
GITHASH=${GITHASH:-ccaecfcbc907d70a7aa870a6650887b901b25b82}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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