Skip to content

Commit

Permalink
Merge pull request anonymousbitcoin#69 from anonymousbitcoin/fix/depe…
Browse files Browse the repository at this point in the history
…nds_sources

Add https://assets.anonfork.io/depends-sources/ to make file
  • Loading branch information
nlevo authored Oct 2, 2018
2 parents e61377f + a8d6889 commit 04b22f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BASE_CACHE ?= $(BASEDIR)/built
SDK_PATH ?= $(BASEDIR)/SDKs
NO_WALLET ?=
NO_UPNP ?=
PRIORITY_DOWNLOAD_PATH ?= https://z.cash/depends-sources
PRIORITY_DOWNLOAD_PATH ?= https://assets.anonfork.io/depends-sources

BUILD ?= $(shell ./config.guess)
HOST ?= $(BUILD)
Expand Down
2 changes: 1 addition & 1 deletion qa/zcash/test-depends-sources-mirror.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python2

# This script tests that the package mirror at https://z.cash/depends-sources/
# This script tests that the package mirror at https://assets.anonfork.io/depends-sources/
# contains all of the packages required to build this version of Zcash.
#
# This script assumes you've just built Zcash, and that as a result of that
Expand Down

0 comments on commit 04b22f5

Please sign in to comment.