diff --git a/zcash/Makefile b/zcash/Makefile index ef43d2b..9c75827 100644 --- a/zcash/Makefile +++ b/zcash/Makefile @@ -3,7 +3,7 @@ target_name ?= zcash include ../Makefile.build -ZCASH_VERSION=master +ZCASH_VERSION=v1.1.0 zcash_clone: if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi