mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
update 2023-03-29 16:22:38
This commit is contained in:
parent
d6b2308331
commit
5196c9c158
@ -4,17 +4,18 @@
|
||||
#
|
||||
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ddnsgo
|
||||
PKG_VERSION:=5.0.3
|
||||
PKG_VERSION:=5.0.4
|
||||
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:=962dee0ba4907058b7e64e6565662d6c4aa939a6
|
||||
PKG_MIRROR_HASH:=f716694f8e9cefdafd2e6236ef2a110a9a418462710cdf716e7d322acff85006
|
||||
PKG_SOURCE_VERSION:=55f4462d03dd10c47b76e73711577b6f08f58df6
|
||||
PKG_MIRROR_HASH:=4f88ff9dd234a1017aa5d73b473efb0eadb519bc18ab5ddb7a564fcc830b38bf
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
File diff suppressed because one or more lines are too long
@ -1498,7 +1498,6 @@ tr>th,
|
||||
}
|
||||
|
||||
#cbi-wireless .td,
|
||||
#cbi-network .tr:first-child>.td,
|
||||
.table[width="100%"]>.tr:first-child>.td,
|
||||
[data-page="admin-network-diagnostics"] .tr>.td,
|
||||
.tr.table-titles>.th,
|
||||
@ -1509,6 +1508,10 @@ tr>th,
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
|
||||
#cbi-network .tr:first-child>.td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.table[width="100%"]>.tr:first-child>.td {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
@ -21,13 +21,13 @@ define Download/geoip
|
||||
HASH:=1b6beebefa6ee3fb68e824d4664ccd75a21e8831700bb352d3b74d1c298e9793
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20230328020333
|
||||
GEOSITE_VER:=20230329051826
|
||||
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:=a34d9f6a715504b1db0ebdedfdb9a45c5645710fe2d2b547192f999748cbdfe0
|
||||
HASH:=6490254560063565d3dc54e9f93789e00334d095bbbf123d30ae99c73968027c
|
||||
endef
|
||||
|
||||
define Package/v2ray-geodata/template
|
||||
|
Loading…
Reference in New Issue
Block a user