Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #66 from ZencashOfficial/depends_update_master
Browse files Browse the repository at this point in the history
Fixes dependency download issues and #62
  • Loading branch information
Procrastinator committed Sep 14, 2017
2 parents 2045d34 + eb8eb8c commit e96a14a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion depends/Makefile
Expand Up @@ -5,7 +5,7 @@ BASE_CACHE ?= $(BASEDIR)/built
SDK_PATH ?= $(BASEDIR)/SDKs
NO_WALLET ?=
NO_UPNP ?=
FALLBACK_DOWNLOAD_PATH ?= https://z.cash/depends-sources
FALLBACK_DOWNLOAD_PATH ?= https://zensystem.io/depends-sources

BUILD ?= $(shell ./config.guess)
HOST ?= $(BUILD)
Expand Down
3 changes: 1 addition & 2 deletions depends/packages/libgmp.mk
@@ -1,7 +1,6 @@
package=libgmp
$(package)_download_path=https://github.com/ZencashOfficial/$(package)/archive/
$(package)_download_path=https://github.com/ZencashOfficial/$(package)/releases/download/v20170131/
$(package)_file_name=$(package)-$($(package)_git_commit).tar.gz
$(package)_download_file=$($(package)_git_commit).tar.gz
$(package)_sha256_hash=59b2c2b5d58fdf5943bfde1fa709e9eb53e7e072c9699d28dc1c2cbb3c8cc32c
$(package)_git_commit=aece03c7b6967f91f3efdac8c673f55adff53ab1
$(package)_dependencies=
Expand Down
3 changes: 1 addition & 2 deletions depends/packages/libsnark.mk
@@ -1,7 +1,6 @@
package=libsnark
$(package)_download_path=https://github.com/ZencashOfficial/$(package)/archive/
$(package)_download_path=https://github.com/ZencashOfficial/$(package)/releases/download/v20170131/
$(package)_file_name=$(package)-$($(package)_git_commit).tar.gz
$(package)_download_file=$($(package)_git_commit).tar.gz

$(package)_sha256_hash=0c243deec42b133948cd5d77848f7988a79e82e5bf570c39d9a96ee7a42f5302
$(package)_git_commit=3854b20c25e8bc567aab2b558dec84d45f4a3e73
Expand Down
2 changes: 1 addition & 1 deletion depends/packages/libsodium.mk
@@ -1,6 +1,6 @@
package=libsodium
$(package)_version=1.0.11
$(package)_download_path=https://download.libsodium.org/libsodium/releases/
$(package)_download_path=https://download.libsodium.org/libsodium/releases/old/
$(package)_file_name=libsodium-1.0.11.tar.gz
$(package)_sha256_hash=a14549db3c49f6ae2170cbbf4664bd48ace50681045e8dbea7c8d9fb96f9c765
$(package)_dependencies=
Expand Down

0 comments on commit e96a14a

Please sign in to comment.