From: Joe Wreschnig Date: Sun, 12 Jul 2015 15:27:25 +0000 (+0200) Subject: Update nw.js version. X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=commitdiff_plain;h=09808b9f234f8feaa1e6d972adf3c480749e7330;ds=sidebyside Update nw.js version. --- diff --git a/Makefile b/Makefile index 6ed49a1..6113ab6 100644 --- 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 diff --git a/rules/nwjs.mk b/rules/nwjs.mk index 60092a7..55e13dd 100644 --- a/rules/nwjs.mk +++ b/rules/nwjs.mk @@ -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