|
@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NPM_NAME:=javascript-obfuscator |
|
|
PKG_NPM_NAME:=javascript-obfuscator |
|
|
PKG_NAME:=node-$(PKG_NPM_NAME) |
|
|
PKG_NAME:=node-$(PKG_NPM_NAME) |
|
|
PKG_VERSION:=0.27.2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.2.2 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz |
|
|
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz |
|
|
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ |
|
|
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/ |
|
|
PKG_HASH:=0180bff7f2bbebc353d7c117d87cd66f7b136b7ea3f4c21b0f39bff5e5c99917 |
|
|
|
|
|
|
|
|
PKG_HASH:=adac10d3afe244833b74e6c965b7631a2a4417879e022fc4b7beea8be60ca86b |
|
|
|
|
|
|
|
|
PKG_BUILD_DEPENDS:=node/host |
|
|
PKG_BUILD_DEPENDS:=node/host |
|
|
HOST_BUILD_PARALLEL:=1 |
|
|
HOST_BUILD_PARALLEL:=1 |
|
|