Skip to content

Commit

Permalink
Add make homebrew task to show the Homebrew formula SHAs
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed May 1, 2016
1 parent f706e1e commit ce6741c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
VERSION := $(shell sed -n 3p version.go | cut -d' ' -f4)

.PHONY: release
.PHONY: release homebrew

release:
@cd commands && go-bindata -pkg="commands" support/... && cd ..
@goxc -d=./build -bc="linux, windows, darwin" -pv=$(VERSION)

homebrew:
openssl sha256 < build/$(VERSION)/gort_$(VERSION)_darwin_amd64.zip
openssl sha256 < build/$(VERSION)/gort_$(VERSION)_darwin_386.zip

0 comments on commit ce6741c

Please sign in to comment.