From ead55805da35da59c45399e885cde3eecd4228b0 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Tue, 15 Oct 2019 20:02:39 +1000 Subject: [PATCH] runc: Updated to 3e425f80 for containerd 1.2.10 Signed-off-by: Gerard Ryan --- utils/runc/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/utils/runc/Makefile b/utils/runc/Makefile index 55477421a5..afccba3e0f 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -1,15 +1,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.0.0-rc8 +PKG_VERSION:=1.0.0-rc8+91-3e425f80 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_SOURCE_URL:=https://github.com/opencontainers/runc +PKG_MIRROR_HASH:=361658b3c61b9c727091aa10ba693f234a64aae592bb683005244a22e2778cfc PKG_HASH:=efe4ff9bbe49b19074346d65c914d809c0a3e90d062ea9619fe240f931f0b700 -PKG_SOURCE_VERSION:=425e105d5a03fabd737a126ad93d62a9eeede87f +PKG_SOURCE_VERSION:=3e425f80a8c931f88e6d94a8c831b9d5aa481657 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_DATE:=2019-10-15 PKG_MAINTAINER:=Gerard Ryan