changeset 5767:52a6c3546406

* Makefile.in: use https for msys2 url
author John Donoghue <john.donoghue@ieee.org>
date Wed, 26 May 2021 08:18:24 -0400
parents 39250e06a843
children f07e1bce8820
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Wed May 26 08:18:23 2021 -0400
+++ b/Makefile.in	Wed May 26 08:18:24 2021 -0400
@@ -478,7 +478,7 @@
     MSYS2_PACKAGES := $(shell $(SED) -n 's/^.* class="package">\([^<]*\)<.*$$/\1/p' '$(TOP_DIR)/index.html' | $(GREP) msys2-)
     MSYS2_SOURCES := $(addprefix src-,$(MSYS2_PACKAGES))
     PKGS += $(MSYS2_SOURCES)
-    MSYS2_BASE_URL := http://repo.msys2.org/msys
+    MSYS2_BASE_URL := https://repo.msys2.org/msys
     MSYS2_URL := $(MSYS2_BASE_URL)/$(MSYS2_ARCH)
     MSYS2_SRC_URL := $(MSYS2_BASE_URL)/sources
     MSYS2_DIR := $(TOP_BUILD_DIR)/msys2