diff --git a/debuild/Makefile b/debuild/Makefile index a4a46caff..b9dfd052f 100644 --- a/debuild/Makefile +++ b/debuild/Makefile @@ -50,7 +50,7 @@ debdist = purr-data-$(debversion) # nw.js sdk # NOTE: arm packages need some special-casing, since they are released # separately, and the version numbers do not always match up. -nwjsver = 0.42.3 +nwjsver = 0.67.0 nwjspkg = nwjs-sdk-v$(nwjsver)-linux nwjsver_arm = 0.27.6 nwjspkg_arm = nwjs-sdk-v$(nwjsver_arm)-linux diff --git a/debuild/debian/rules b/debuild/debian/rules index 4bd60f57d..4285ff2d2 100755 --- a/debuild/debian/rules +++ b/debuild/debian/rules @@ -4,7 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -nwjsver = 0.42.3 +nwjsver = 0.67.0 nwjspkg = nwjs-sdk-v$(nwjsver)-linux nwjsdir = nwjs-sdk-v$(nwjsver)-linux diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh index 9ae7460a9..8afe9c799 100755 --- a/l2ork_addons/tar_em_up.sh +++ b/l2ork_addons/tar_em_up.sh @@ -228,9 +228,9 @@ if [ ! -d "../pd/nw/nw" ]; then # dito for rpi arm64-- 0.23.7 version nwjs_version="v0.23.7" else - # default for Linux -- we use 0.42.3 there because of a - # regression with nwworkingdir in later versions - nwjs_version="v${nwjsver:-0.42.3}" + # default for Linux -- we use 0.67.0 there because of a + # regression with nwworkingdir in 0.67.1 + nwjs_version="v${nwjsver:-0.67.0}" fi nwjs="nwjs-sdk"