From 1e4bfaa04a7bb7e6a2b9c4b4d0b9666c47dd04fc Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Wed, 20 Sep 2017 13:25:51 -0700 Subject: [PATCH] Hash needs to be updated for moby-components script Signed-off-by: Eli Uriegas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6d741601a..fb0403feb0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CLI_DIR:=$(CURDIR)/components/cli ENGINE_DIR:=$(CURDIR)/components/engine PACKAGING_DIR:=$(CURDIR)/components/packaging -MOBY_COMPONENTS_SHA=c54159187efebc6155821dc0493c2294e83203c1 +MOBY_COMPONENTS_SHA=f79265f1412af0a68aadd11e1d2f374446f3681b MOBY_COMPONENTS_URL=https://raw.githubusercontent.com/shykes/moby-extras/$(MOBY_COMPONENTS_SHA)/cmd/moby-components MOBY_COMPONENTS=.helpers/moby-components-$(MOBY_COMPONENTS_SHA) VERSION=$(shell cat VERSION)