aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGerard Ryan <G.M0N3Y.2503@gmail.com>2019-10-15 20:02:39 +1000
committerYousong Zhou <yszhou4tech@gmail.com>2019-10-21 21:08:08 +0800
commitead55805da35da59c45399e885cde3eecd4228b0 (patch)
tree1fa183b3f5dd5a65f5fdd5fea979bb9ac077b3a1 /utils
parent9d892e3cf88bd7c5f2c61117df2f3c2fd6c0e960 (diff)
runc: Updated to 3e425f80 for containerd 1.2.10
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/runc/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/runc/Makefile b/utils/runc/Makefile
index 55477421a..afccba3e0 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 <G.M0N3Y.2503@gmail.com>