diff --git a/ddnsgo/Makefile b/ddnsgo/Makefile index 29d5d6e1c..52c68ef42 100644 --- a/ddnsgo/Makefile +++ b/ddnsgo/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddnsgo -PKG_VERSION:=5.0.5 +PKG_VERSION:=5.1.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/jeessy2/ddns-go.git -PKG_SOURCE_VERSION:=947ff9832d62b856761805f4b3485275bb1c841f -PKG_MIRROR_HASH:=5f9f2453e755dd967130672d6584a0d9821fb4bb32e4337c78ab2d62f9e06e18 +PKG_MIRROR_HASH:=78849a0f81c7aa2373393f5c4e2ce361bf4ba72542a220a91fc5fb0cab9bde02 +PKG_SOURCE_VERSION:=62bd1424abdf7d52dac407ec71afe7a9717d0100 PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE diff --git a/luci-app-openclash/Makefile b/luci-app-openclash/Makefile index 1259e5bf5..d373b9e76 100644 --- a/luci-app-openclash/Makefile +++ b/luci-app-openclash/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-openclash -PKG_VERSION:=0.45.109 +PKG_VERSION:=0.45.110 PKG_RELEASE:=beta PKG_MAINTAINER:=vernesong diff --git a/luci-app-openclash/root/usr/share/openclash/yml_rules_change.sh b/luci-app-openclash/root/usr/share/openclash/yml_rules_change.sh index a09f432b5..5a1d1dcc7 100644 --- a/luci-app-openclash/root/usr/share/openclash/yml_rules_change.sh +++ b/luci-app-openclash/root/usr/share/openclash/yml_rules_change.sh @@ -373,7 +373,7 @@ yml_other_set() Value['rules']=Value['rules'].to_a.insert(0,'SRC-IP-CIDR,$7/32,DIRECT'); end; else - Value['rules']=%w('SRC-IP-CIDR,${12},DIRECT','SRC-IP-CIDR,$7/32,DIRECT'); + Value['rules']=['SRC-IP-CIDR,${12},DIRECT','SRC-IP-CIDR,$7/32,DIRECT']; end; elsif Value.has_key?('rules') and not Value['rules'].to_a.empty? then Value['rules'].delete('SRC-IP-CIDR,${12},DIRECT');