diff options
author | selsta <selsta@sent.at> | 2021-06-30 23:57:09 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-07-01 01:09:00 +0200 |
commit | 09779631f3300da0cb1fda57f52ff8f4adc201ca (patch) | |
tree | a955074d5b0a1e5036bfbb1689bb1886654e894a /contrib/depends/Makefile | |
parent | Merge pull request #7752 (diff) | |
download | monero-09779631f3300da0cb1fda57f52ff8f4adc201ca.tar.xz |
depends: add getmonero package mirror
Diffstat (limited to 'contrib/depends/Makefile')
-rw-r--r-- | contrib/depends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 0d71ddb13..9ffe8a106 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -3,7 +3,7 @@ SOURCES_PATH ?= $(BASEDIR)/sources BASE_CACHE ?= $(BASEDIR)/built SDK_PATH ?= $(BASEDIR)/SDKs -FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources +FALLBACK_DOWNLOAD_PATH ?= https://downloads.getmonero.org/depends-sources BUILD = $(shell ./config.guess) HOST ?= $(BUILD) |