update 2023-07-30 09:23:49
This commit is contained in:
parent
61a935cc32
commit
eaefc0dbc9
|
@ -5,13 +5,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=filebrowser
|
||||
PKG_VERSION:=2.23.0
|
||||
PKG_VERSION:=2.24.0
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=02db83c72ef3e14bac8df085a49f873261c6fb69
|
||||
PKG_SOURCE_URL:=https://github.com/filebrowser/filebrowser
|
||||
PKG_HASH:=9a99f0c51114ff7e3df89190729a8ca1c0ed48c491a5c6f9d9e266eb6657898d
|
||||
PKG_HASH:=ef936cee2e692f581d8c9539ca73777989c40d908b12be3a2e4640f7c1746200
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
|
|
@ -21,13 +21,13 @@ define Download/geoip
|
|||
HASH:=53f12594c23e061745bfd3f1b626885fadcaf8b1712e9dac9ed50405ba3890a0
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20230729080827
|
||||
GEOSITE_VER:=20230729123058
|
||||
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:=44904a3c938a172d7ee8ff7ff2c85ca82da1bb559e08620b79b0a422aa2fff3e
|
||||
HASH:=3d3e4a67d66052967939f22151e4aa8c184cc267c5e844e07274e1251206a6b0
|
||||
endef
|
||||
|
||||
define Package/v2ray-geodata/template
|
||||
|
|
Loading…
Reference in New Issue