mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-07 07:56:40 +08:00
🚀 Sync 2024-09-28 23:39:58
This commit is contained in:
parent
f751a787af
commit
8fd60b5c83
@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=daed
|
||||
PKG_VERSION=0.6.0
|
||||
PKG_RELEASE:=66
|
||||
PKG_RELEASE:=67
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/daeuniverse/daed.git
|
||||
PKG_SOURCE_VERSION:=0849a1e122247c1a7d5019e219b4d97635ae91af
|
||||
PKG_SOURCE_VERSION:=7a1601991b1eda1addb7561b554c95d97d2139da
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0-only MIT
|
||||
|
@ -5,14 +5,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=v2ray-geodata
|
||||
PKG_RELEASE:=38
|
||||
PKG_RELEASE:=39
|
||||
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
GEOIP_VER:=202407250045
|
||||
GEOIP_VER:=202409260052
|
||||
GEOIP_FILE:=geoip.dat.$(GEOIP_VER)
|
||||
define Download/geoip
|
||||
URL:=https://github.com/v2fly/geoip/releases/download/$(GEOIP_VER)/
|
||||
@ -21,7 +21,7 @@ define Download/geoip
|
||||
HASH:=skip
|
||||
endef
|
||||
|
||||
GEOSITE_VER:=20240726161926
|
||||
GEOSITE_VER:=20240920063125
|
||||
GEOSITE_FILE:=dlc.dat.$(GEOSITE_VER)
|
||||
define Download/geosite
|
||||
URL:=https://github.com/v2fly/domain-list-community/releases/download/$(GEOSITE_VER)/
|
||||
|
Loading…
Reference in New Issue
Block a user