diff options
author | Gerard Ryan <G.M0N3Y.2503@gmail.com> | 2022-07-24 15:10:50 +1000 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-07-24 17:35:22 -0700 |
commit | 6b246a5ec33200554396b41061a7a2d18f469c89 (patch) | |
tree | 4bfde7463b624dc0b349aec26b280e6fc7c1e5f2 /utils/runc/Makefile | |
parent | cdbc7a67fc17e6472ef9a1344d85f0137e8c2c59 (diff) |
runc: Update to v1.1.2 for Docker v20.10.17
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils/runc/Makefile')
-rw-r--r-- | utils/runc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/runc/Makefile b/utils/runc/Makefile index 648e7273c..ab37366b3 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 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:=11a34535c108b36fd59de58e7bef3a130444c9ea41e4b8bb8f8d4654c8ad654c +PKG_HASH:=0ccce82b1d9c058d8fd7443d261c96fd7a803f2775bcb1fec2bdb725bc7640f6 PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com> |