From f8a6716e00f62a9985f73c4837c904eca3b71275 Mon Sep 17 00:00:00 2001 From: cyan Date: Thu, 14 Nov 2024 17:55:20 +0000 Subject: fix package name migrate mirror to my own hostin change download mirror priority (fallback first) --- contrib/depends/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/depends/Makefile') diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 09cb177..d0854d7 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -2,7 +2,7 @@ SOURCES_PATH ?= $(BASEDIR)/sources BASE_CACHE ?= $(BASEDIR)/built -FALLBACK_DOWNLOAD_PATH ?= https://static.mrcyjanek.net/.download_mirror +FALLBACK_DOWNLOAD_PATH ?= https://static.mrcyjanek.net/download_mirror/ BUILD = $(shell ./config.guess) HOST ?= $(BUILD) -- cgit v1.2.3