Update nw.js version.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 12 Jul 2015 15:27:25 +0000 (17:27 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 12 Jul 2015 15:27:25 +0000 (17:27 +0200)
Makefile
rules/nwjs.mk

index 6ed49a1..6113ab6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # domain. To the extent possible under law, the author of this file
 # waives all copyright and related or neighboring rights to it.
 
-nwjs-version := 0.12.1
+nwjs-version := 0.12.2
 stampprefix := build/stamp/
 
 include rules/default.mk
index 60092a7..55e13dd 100644 (file)
@@ -16,7 +16,8 @@ nwjs-pattern := $(addprefix nwjs-v%-,$(nwjs-platforms))
 
 $(nwjs-pattern):
        $(MKDIR) '$(@D)'
-       wget -O '$@'.inprogress 'https://dl.nwjs.io/v$(*F)/$(@F)'
+# HTTP-only - https://github.com/nwjs/nw.js/issues/3393
+       wget -O '$@'.inprogress 'http://dl.nwjs.io/v$(*F)/$(@F)'
        mv '$@'.inprogress "$@"
 
 nwjs-version ?= 0.12.0