1
0
mirror of https://github.com/strongdm/comply synced 2024-11-05 07:25:26 +00:00

capture sha

This commit is contained in:
Justin McCarthy 2018-05-18 16:44:08 -07:00
parent deeb8c1695
commit 0e1eed80c9
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -105,7 +105,7 @@ release: release-env dist release-deps
--file dist/comply-$(VERSION)-linux-amd64.tgz --file dist/comply-$(VERSION)-linux-amd64.tgz
@echo "Update homebrew formula with the following: " @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)" @echo "version $(VERSION) sha $(SHA)"