From e1af0b2d6e1ce582233bec72e53a7fd5a9f0f237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Mon, 12 Sep 2016 15:04:17 +0100 Subject: [PATCH] keep bundled hyperkit synced with upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: António Meireles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64318dd..b0050ac 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ BUILDDATE = $(shell /bin/date "+%FT%T%Z") OPAMROOT ?= ~/.opam HYPERKIT_GIT = "https://github.com/docker/hyperkit.git" -HYPERKIT_COMMIT = 3e9fdd83bc36dd1e950b4349d6a2688d161aef68 +HYPERKIT_COMMIT = 547caeb5facb248067c529dd8c80931dbc1c56c6 MKDIR = /bin/mkdir -p CP = /bin/cp