Skip to content

Commit

Permalink
zcash: version set to bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Jul 4, 2018
1 parent 34195e6 commit bb1554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target_name ?= zcash

include ../Makefile.build

ZCASH_VERSION=v1.1.2
ZCASH_VERSION=master

zcash_clone:
if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi
Expand Down

0 comments on commit bb1554e

Please sign in to comment.