update 2023-07-25 09:43:49

This commit is contained in:
github-actions[bot] 2023-07-25 09:43:49 +08:00
parent 9f3a00a7cd
commit 14ee4d6b52
5 changed files with 15 additions and 7 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dockerd
PKG_VERSION:=24.0.4
PKG_VERSION:=24.0.5
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
@ -10,7 +10,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_GIT_URL:=github.com/moby/moby
PKG_GIT_REF:=v$(PKG_VERSION)
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
PKG_HASH:=84f6196fc58ae263376a4ce25b5136d567a93aa82e723504a29f0415bd1fa4f4
PKG_HASH:=837d7d667fb64508bf6e53cb5915b4b5ef356599294ffdd5ca8678168230cb38
PKG_GIT_SHORT_COMMIT:=42c8b31 # SHA1 used within the docker executables
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>

View File

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall2
PKG_VERSION:=1.17-1
PKG_VERSION:=1.17-2
PKG_RELEASE:=
PKG_CONFIG_DEPENDS:= \

View File

@ -899,6 +899,14 @@ hysteria_disable_mtu_discovery:depends("type", "Hysteria")
hysteria_lazy_start = s:option(Flag, "hysteria_lazy_start", translate("Lazy Start"))
hysteria_lazy_start:depends("type", "Hysteria")
-- [[ TUIC ]]
-- Tuic Password for remote server connect
tuic_passwd = s:option(Value, "tuic_password", translate("TUIC User Password For Connect Remote Server"))
tuic_passwd.password = true
tuic_passwd.rmempty = true
tuic_passwd.default = ""
tuic_passwd:depends("type", "TUIC")
--[[
-- Tuic username for local socks connect
tuic_passwd = s:option(Value, "tuic_socks_username", translate("TUIC UserName For Local Socks"))

View File

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sing-box
PKG_VERSION:=1.3.0
PKG_VERSION:=1.3.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=19b83d9cbd4e241da2ec9cb14110826b2694590950356a4f4051081ec4b4c92d
PKG_HASH:=ad168dec674c32b0be5a78ffd35ac82681e6b04d50617b1e8701889b567d516f
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=LICENSE

View File

@ -21,13 +21,13 @@ define Download/geoip
HASH:=80aa5f200b91b22a75cb2ca01f8d868d54c74fcc5f8c8802c41d70f050ebb65d
endef
GEOSITE_VER:=20230724074633
GEOSITE_VER:=20230724141651
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:=fcb1993b2615a321a3f76d70fc259a0e496be4401c51cfb15186e225211bb50a
HASH:=a77aa704b5c49173e0a95a31b238d660aa44588fb3d1533915cef1367a61a9a4
endef
define Package/v2ray-geodata/template