From 3166d4b7158f10eeaf827ef5b637b288d3856407 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 10 Mar 2017 22:17:46 +0000 Subject: [PATCH] add explicit protocol to backup urls --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 923f9c07..1364ebdc 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ MXE_TARGETS := i686-w64-mingw32.static DEFAULT_MAX_JOBS := 6 SOURCEFORGE_MIRROR := downloads.sourceforge.net -PKG_MIRROR := s3.amazonaws.com/mxe-pkg -PKG_CDN := d1yihgixbnrglp.cloudfront.net +PKG_MIRROR := http://s3.amazonaws.com/mxe-pkg +PKG_CDN := http://d1yihgixbnrglp.cloudfront.net GITLAB_BACKUP := https://gitlab.com/starius/mxe-backup2/raw/master/ PWD := $(shell pwd)