@@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
-PKG_VERSION:=189
-PKG_RELEASE:=7
+PKG_VERSION:=190
+PKG_RELEASE:=1
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_NONE_V2RAY \
@@ -5,7 +5,6 @@ require "nixio.fs"
require "luci.sys"
require "luci.http"
require "luci.jsonc"
-require "luci.model.ipkg"
require "luci.model.uci"
local uci = require "luci.model.uci".cursor()
@@ -9,7 +9,6 @@ require "nixio"
require "luci.util"
-- these global functions are accessed all the time by the event handler
-- so caching them is worth the effort