From 7431bf1c3ba3a2d927fd0aae30658572964cc596 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 12 Oct 2022 18:53:35 +0000 Subject: runc; update to 1.1.4 --- runc/build/runc.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'runc') diff --git a/runc/build/runc.SlackBuild b/runc/build/runc.SlackBuild index 74538181..7f3a27fa 100755 --- a/runc/build/runc.SlackBuild +++ b/runc/build/runc.SlackBuild @@ -35,6 +35,8 @@ # * Initial build. # 1.1.2-1: 19/may/2022 by Eric Hameleers # * Update. +# 1.1.4-1: 12/oct/2022 by Eric Hameleers +# * Update. # # Run 'sh runc.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -43,8 +45,8 @@ # ----------------------------------------------------------------------------- PRGNAM=runc -VERSION=${VERSION:-1.1.2} -GIT_COMMIT=${GIT_COMMIT:-a916309} # for release 1.1.2 +VERSION=${VERSION:-1.1.4} +GIT_COMMIT=${GIT_COMMIT:-5fd4c4d} # for release 1.1.4 BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad