Skip to content
Snippets Groups Projects
Commit 551bb7bf authored by Albert Gräf's avatar Albert Gräf
Browse files

debuild: Bump nw.js version to 0.22.1.

parent c968fdba
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ debsrc = purr-data_$(debversion).orig.tar.gz ...@@ -42,7 +42,7 @@ debsrc = purr-data_$(debversion).orig.tar.gz
debdist = purr-data-$(debversion) debdist = purr-data-$(debversion)
# nw.js sdk # nw.js sdk
nwjsver = 0.22.0 nwjsver = 0.22.1
nwjspkg = nwjs-sdk-v$(nwjsver)-linux nwjspkg = nwjs-sdk-v$(nwjsver)-linux
nwjs = $(nwjspkg)-ia32.tar.gz $(nwjspkg)-x64.tar.gz nwjs = $(nwjspkg)-ia32.tar.gz $(nwjspkg)-x64.tar.gz
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1 #export DH_VERBOSE=1
nwjsver = 0.22.0 nwjsver = 0.22.1
nwjspkg = nwjs-sdk-v$(nwjsver)-linux nwjspkg = nwjs-sdk-v$(nwjsver)-linux
ifeq ("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64") ifeq ("$(shell dpkg-architecture -qDEB_HOST_ARCH)","amd64")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment