From e4b56f8efce898043f386bc380cf80acf284ebda Mon Sep 17 00:00:00 2001 From: kozyilmaz Date: Sun, 15 Apr 2018 23:25:34 +0300 Subject: [PATCH] Zcash version set to v1.1.0 --- zcash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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