From bb1554ee5e6c315d81e467914bede6205393da20 Mon Sep 17 00:00:00 2001 From: kozyilmaz Date: Wed, 4 Jul 2018 12:54:35 +0300 Subject: [PATCH] zcash: version set to bleeding edge --- zcash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash/Makefile b/zcash/Makefile index 55fd336..4250879 100644 --- a/zcash/Makefile +++ b/zcash/Makefile @@ -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