From 5056aff351ebfa8a569be5a9c51f645ce7f546b7 Mon Sep 17 00:00:00 2001 From: kozyilmaz Date: Fri, 17 Aug 2018 10:24:15 +0300 Subject: [PATCH] zcash v2.0.0 is out --- zcash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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