diff options
author | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2022-05-16 21:48:09 +1000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-16 06:27:30 -0700 |
commit | 8cf4c156c495b88265165f9ed9093559f7ee5136 (patch) | |
tree | 4f37c6c43fbce1909a185722b1c617a52b3d9f5f /utils/runc | |
parent | 2dd1c17626176ca37e438c3af5c939c1326feb82 (diff) |
runc: Update to v1.1.1 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils/runc')
-rw-r--r-- | utils/runc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/runc/Makefile b/utils/runc/Makefile index f2cef8829..648e7273c 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -1,15 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.1.1 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}? -PKG_HASH:=0eaf2f6606d72f166a5e7138a8a8d4d8f85d84e43448c08c66a1c93ead17a574 -PKG_SOURCE_VERSION:=f46b6ba2c9314cfc8caae24a32ec5fe9ef1059fe +PKG_HASH:=11a34535c108b36fd59de58e7bef3a130444c9ea41e4b8bb8f8d4654c8ad654c PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |