diff --git a/zcash/Makefile b/zcash/Makefile index 868c79f..8da0b02 100644 --- a/zcash/Makefile +++ b/zcash/Makefile @@ -3,7 +3,7 @@ target_name ?= zcash include ../Makefile.build -ZCASH_VERSION=master +ZCASH_VERSION=v2.0.0 zcash_clone: if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi