update 2023-12-24 00:21:06
This commit is contained in:
parent
617a7ce4a5
commit
e82d3948de
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ddns-go
|
||||
PKG_VERSION:=5.6.7
|
||||
PKG_VERSION:=5.7.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_MIRROR_HASH:=e18969811d09a93a7ba80a58b478130b56a5e6cffc91181f4e93bb912833c93d
|
||||
PKG_MIRROR_HASH:=c180b3fb35b41907eadcd79e603413489b569aa8ff603409ee83e784c3ab9457
|
||||
PKG_SOURCE_VERSION:=5b77583b498dc2e893cd77533b5a15c0e1620aef
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0-only
|
||||
|
|
|
@ -401,7 +401,7 @@ msgid "Load alert threshold"
|
|||
msgstr "负载报警阈值"
|
||||
|
||||
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:451
|
||||
msgid "In general, when the load value is lower than the number of logical cores, you typically don\'t need to pay much attention to it"
|
||||
msgid "In general, when the load value is lower than the number of logical cores, you typically don't need to pay much attention to it"
|
||||
msgstr "通常情况下,负载值低于逻辑核心数量时,你不需要关注它"
|
||||
|
||||
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:433
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=cddbc8f41234b0c98019f0781191878c5ad71a27259d5204628e9bde27bdc04c
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20231219144426
|
||||
GEOSITE_VER:=20231223093928
|
||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||
define Download/geosite
|
||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||
URL_FILE:=dlc.dat
|
||||
FILE:=$(GEOSITE_FILE)
|
||||
HASH:=6c95f95a40ae33ba49da554c3a9b48a62b8eefe43607b92229ed61f78e48f7c2
|
||||
HASH:=f3d346945b91bbebce8f28863133c3d7e36f2ff426fb9bc1e65ff39d5cb290f4
|
||||
endef
|
||||
|
||||
GEOSITE_IRAN_VER:=202312180027
|
||||
|
|
Loading…
Reference in New Issue