summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-10-06 10:18:10 +0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 15:58:38 +0700
commit306f3949c220cb02f2b511136ebd64e4833dc48c (patch)
tree04b8a8931f8b357aa68395448fe72a13525fe95c
parent40f5b604d7bb02328c3dc95bc2985a58de5c5ca8 (diff)
downloadslackbuilds-306f3949c220cb02f2b511136ebd64e4833dc48c.tar.gz
slackbuilds-306f3949c220cb02f2b511136ebd64e4833dc48c.tar.xz
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>
-rw-r--r--system/runc/runc.SlackBuild4
-rw-r--r--system/runc/runc.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/runc/runc.SlackBuild b/system/runc/runc.SlackBuild
index 96e3e5085e..8a82c1828b 100644
--- a/system/runc/runc.SlackBuild
+++ b/system/runc/runc.SlackBuild
@@ -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}
diff --git a/system/runc/runc.info b/system/runc/runc.info
index d5e2ff2f84..29e09c85bd 100644
--- a/system/runc/runc.info
+++ b/system/runc/runc.info
@@ -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"