diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-05-13 09:51:44 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:18 +0700 |
commit | 5d19e06dfb346ab9da32fcd98d17bd1df22b5ff8 (patch) | |
tree | c423beef30059ee68ca3db34c25a4819003b02e9 /system/runc | |
parent | f80725c7fd5be98f6336bb76f77543e4970bde16 (diff) |
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>
Diffstat (limited to 'system/runc')
-rw-r--r-- | system/runc/runc.SlackBuild | 4 | ||||
-rw-r--r-- | system/runc/runc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/runc/runc.SlackBuild b/system/runc/runc.SlackBuild index 31a7db51de97b..96e3e5085efe7 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.4} -GITHASH=${GITHASH:-a916309fff0f838eb94e928713dbc3c0d0ac7aa4} +VERSION=${VERSION:-1.1.7} +GITHASH=${GITHASH:-860f061b76bb4fc671f0f9e900f7d80ff93d4eb7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/runc/runc.info b/system/runc/runc.info index b9179c85ecfc2..d5e2ff2f84595 100644 --- a/system/runc/runc.info +++ b/system/runc/runc.info @@ -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" |