From 9d71a0599d5666344d164c246bcf1167e14caeda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 02:20:30 +0800 Subject: [PATCH] update 2023-03-25 02:20:30 --- brook/Makefile | 4 ++-- v2ray-geodata/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/brook/Makefile b/brook/Makefile index 480d91a1..b9bd1a87 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=brook -PKG_VERSION:=20230401 +PKG_VERSION:=20230404 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/txthinking/brook/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=332069845b9c205070c0edbddc9e0204187499b97d4d1bda593535d775f556a3 +PKG_HASH:=1b9a7c45dcc7935d1965049464c664e634cb6283d211208d8ce519138915c0cf PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=GPL-3.0 diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index 44b167d1..d67a3965 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -21,13 +21,13 @@ define Download/geoip HASH:=7086861a6016319264248baea07b3fee74d44521f46ead4338f14cb2dd4779a6 endef -GEOSITE_VER:=20230324064605 +GEOSITE_VER:=20230324131400 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:=7ae80e8a0804daa3935cd9ef50960237ea79966497517e2b2426cada5700d52e + HASH:=7b20a6e466e985f0c6301fb77b00f56367987dd85ef7ea01cb4a72b11d118f89 endef define Package/v2ray-geodata/template