From 0e1eed80c9750cf09ad7612229c4eb84d5b89e13 Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Fri, 18 May 2018 16:44:08 -0700 Subject: [PATCH] capture sha --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2071167..7949f5a 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ release: release-env dist release-deps --file dist/comply-$(VERSION)-linux-amd64.tgz @echo "Update homebrew formula with the following: " - $(eval SHA := $(shell curl -s -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256)) + $(eval SHA := $(shell curl -s -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256|awk '{print $1}')) @echo "version $(VERSION) sha $(SHA)"