Update URLs - mostly s/http/https/, a few moved.
[pwl6.git] / rules / nwjs.mk
index bd5f37d..60092a7 100644 (file)
@@ -16,7 +16,7 @@ nwjs-pattern := $(addprefix nwjs-v%-,$(nwjs-platforms))
 
 $(nwjs-pattern):
        $(MKDIR) '$(@D)'
-       wget -O '$@'.inprogress 'http://dl.nwjs.io/v$(*F)/$(@F)'
+       wget -O '$@'.inprogress 'https://dl.nwjs.io/v$(*F)/$(@F)'
        mv '$@'.inprogress "$@"
 
 nwjs-version ?= 0.12.0
@@ -91,7 +91,7 @@ $(nwjs-directx):
        wget -O $@ 'https://github.com/cefsharp/cef-binary/raw/1e51255cf77d267899bf7834768b8774affaad2d/cef_binary_3.y.z_windows32/Release/'$(notdir $@)
 
 $(nwjsdir)dxwebsetup.exe:
-       wget -O $@ http://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe
+       wget -O $@ https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe
 
 distclean::
        $(RM) $(nwjs-archives)