From 278ea898f0892baca7a7fae87f5ccba953206acf Mon Sep 17 00:00:00 2001 From: action Date: Mon, 29 Jun 2026 04:56:07 +0800 Subject: [PATCH] update 2026-06-29 04:56:07 --- v2ray-geodata/Makefile | 4 ++-- v2raya/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v2ray-geodata/Makefile b/v2ray-geodata/Makefile index 7e644a72..06b2403f 100644 --- a/v2ray-geodata/Makefile +++ b/v2ray-geodata/Makefile @@ -21,13 +21,13 @@ define Download/geoip HASH:=a322dfb6bfd8987c83453c39582a07771c9deddf9f8f7d2d19c7927ebd5e76c8 endef -GEOSITE_VER:=20260627134952 +GEOSITE_VER:=20260628154711 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:=77e26810419de96806724e4ab74a6ea6115cde7d5e8e3e50cface996e49c371e + HASH:=09678737c89b0ff663c07082ff1d9786515a8153ff82493cfe3d4c7fe62a6a3e endef GEOSITE_IRAN_VER:=202606220211 diff --git a/v2raya/Makefile b/v2raya/Makefile index 162de65e..b1277c17 100644 --- a/v2raya/Makefile +++ b/v2raya/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2rayA -PKG_VERSION:=2.2.7.5 +PKG_VERSION:=2.4.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=d0daccace51572d730fb710f7df190beed47d51ec1091d2fba38719b9417b385 +PKG_HASH:=ebd83c85ff436e8edac98831b7c585aa9603dc84cdcc0f5740b7973e3758b493 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/service PKG_LICENSE:=AGPL-3.0-only @@ -60,7 +60,7 @@ define Download/v2raya-web URL:=https://github.com/v2rayA/v2rayA/releases/download/v$(PKG_VERSION)/ URL_FILE:=web.tar.gz FILE:=$(WEB_FILE) - HASH:=89bff9248a9cba8b7bda6e1202ac565dbca377319423868835235deddbfb182a + HASH:=dcf0540e02c278feafd037032303657fa02d644d3a5685dd15729bd6bfbec1b1 endef define Build/Prepare