From 4127427691def5d7ac2beb4464353d47dcc8f9de Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 25 Nov 2024 12:00:21 +0800 Subject: [PATCH] mihomo: sync upstream last commit: https://github.com/morytyann/OpenWrt-mihomo/commit/4911e0238d52b12cfc5e1220165316a64d4ac68b --- mihomo/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mihomo/Makefile b/mihomo/Makefile index 2ed6cfae9..29305e115 100644 --- a/mihomo/Makefile +++ b/mihomo/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mihomo -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/MetaCubeX/mihomo.git -PKG_SOURCE_DATE:=2024-11-14 -PKG_SOURCE_VERSION:=de19f927e86573a7a97159e3b9925049f06d4563 -PKG_MIRROR_HASH:=931d397995b2da9e97f3f050d4650fa9013980d6c523df40bca3b58822a42409 +PKG_SOURCE_DATE:=2024-11-24 +PKG_SOURCE_VERSION:=eb985b002e5aa61c4c2208646f33180c4fc938f9 +PKG_MIRROR_HASH:=058ca55e42cbebecfa0b65b5b8f792bfba8c5240cfa43c44a017d0bdab498230 PKG_LICENSE:=MIT PKG_MAINTAINER:=Joseph Mory @@ -16,7 +16,7 @@ PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 -PKG_BUILD_VERSION:=alpha-de19f92 +PKG_BUILD_VERSION:=alpha-eb985b0 PKG_BUILD_TIME:=$(shell date -u -Iseconds) GO_PKG:=github.com/metacubex/mihomo