Browse Source

Merge pull request #11136 from zokl/javascript-obfuscator_update

javascript-obfuscator_update: update to 0.24.0
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
9241bf0550
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/node-javascript-obfuscator/Makefile

+ 2
- 2
lang/node-javascript-obfuscator/Makefile View File

@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=javascript-obfuscator
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.21.0
PKG_VERSION:=0.24.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=231456c96a3dc8917e15d4d887b117e5462cabb89b04b86a98829d5b980a7d21
PKG_HASH:=2312220a65b8d03195837bb8e2555115c9c9910eb08d3077297f5b9133570c26
PKG_BUILD_DEPENDS:=node/host
HOST_BUILD_PARALLEL:=1


Loading…
Cancel
Save