* [ptxdist] [PATCH] mesalib: use https:// URL instead of ftp://
@ 2019-09-24 8:34 Philipp Zabel
0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2019-09-24 8:34 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/mesalib.make | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 629494ccdd6d..d740eb2561fa 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -19,8 +19,7 @@ MESALIB_MD5 := 07cd8cd79de28ec1a374ee3a06e47789
MESALIB := mesa-$(MESALIB_VERSION)
MESALIB_SUFFIX := tar.xz
MESALIB_URL := \
- ftp://ftp.freedesktop.org/pub/mesa/$(MESALIB_VERSION)/$(MESALIB).$(MESALIB_SUFFIX) \
- ftp://ftp.freedesktop.org/pub/mesa/$(MESALIB).$(MESALIB_SUFFIX)
+ https://mesa.freedesktop.org/archive/$(MESALIB).$(MESALIB_SUFFIX)
MESALIB_SOURCE := $(SRCDIR)/$(MESALIB).$(MESALIB_SUFFIX)
MESALIB_DIR := $(BUILDDIR)/Mesa-$(MESALIB_VERSION)
MESALIB_LICENSE := MIT
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-24 8:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24 8:34 [ptxdist] [PATCH] mesalib: use https:// URL instead of ftp:// Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox