javascript-obfuscator: bump to 2.19.0 and switch to autorelease
New version of package node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
This commit is contained in:
parent
2fdd8dbcb1
commit
cefb5eba7a
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NPM_NAME:=javascript-obfuscator
|
||||
PKG_NAME:=node-$(PKG_NPM_NAME)
|
||||
PKG_VERSION:=2.9.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=2.19.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
|
||||
PKG_HASH:=db443ed7c07a7a111352dac4aa7c6edd7969f97386f37c1cfe884d5a8c5f5408
|
||||
PKG_HASH:=9bc89b04c78277130bc6f699563871d211f6fc85803c874f6114a632d9456f7b
|
||||
|
||||
PKG_BUILD_DEPENDS:=node/host
|
||||
HOST_BUILD_PARALLEL:=1
|
||||
|
|
Loading…
Reference in a new issue