update 2023-08-04 16:20:59

This commit is contained in:
github-actions[bot] 2023-08-04 16:20:59 +08:00
parent 75e1681af2
commit dffac77973
5 changed files with 9 additions and 6 deletions

View File

@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_LINKEASE:=$(ARCH)
PKG_NAME:=linkease
PKG_VERSION:=1.2.0
PKG_VERSION:=1.2.2
PKG_RELEASE:=$(PKG_ARCH_LINKEASE)-2
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fw0.koolcenter.com/binary/LinkEase/LinuxStorage/
PKG_HASH:=7087773553bfcfe92a3a12d89449eb4ccf60fd7f0e241fa5819f7190f3fe0d8e
PKG_HASH:=04ef53d3ed4de2af2f036668323ca12be6c8bc253eea37ba07993d2f32c24a53
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.2-20230619
PKG_VERSION:=1.0.3-20230804
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for PhotoPrism

View File

@ -31,7 +31,7 @@ o:value("photoprism/photoprism:latest", "photoprism/photoprism:latest")
o:value("photoprism/photoprism:221105-armv7", "photoprism/photoprism:221105-armv7")
o.default = "photoprism/photoprism:latest"
o = s:option(Value, "password", translate("Default Password").."<b>*</b>")
o = s:option(Value, "password", translate("Default Password").."<b>*</b>", translate("Only works on first install or after using a fresh 'Config path'"))
o.password = true
o.rmempty = false
o.datatype = "string"

View File

@ -45,3 +45,6 @@ msgstr "初始密码"
msgid "Default User:"
msgstr "默认用户:"
msgid "Only works on first install or after using a fresh 'Config path'"
msgstr "只在初次安装时或使用全新的'配置文件路径'后有效"

View File

@ -21,13 +21,13 @@ define Download/geoip
HASH:=9b7fa7407f35e3087f3b052d12ed40974182c6e1864570b848c1ec901292ea82
endef
GEOSITE_VER:=20230802231350
GEOSITE_VER:=20230803193133
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:=61e040ce7304183d678627cd08a30de128a80263e3106b03716fb077a4c03dba
HASH:=3d335d493f168eace5414ca1ff54e4f255f8e5b1a90261d2debb1cbefa0666a0
endef
define Package/v2ray-geodata/template