From 4be4a791b5469ca9a8dae0c31e2563a2d7b751a1 Mon Sep 17 00:00:00 2001 From: Leo Douglas Date: Tue, 24 Oct 2023 10:43:12 +0800 Subject: [PATCH] sing-box: update to v1.5.4 changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.5.4 Signed-off-by: Leo Douglas --- net/sing-box/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 20a7c6dd0c..5a4588f1e3 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.5.2 +PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ad344a5fe0a515e3e5d0ab8102482b4a3d38932cf754756e1d48db17d36a5609 +PKG_HASH:=3238492e21246b56ef80e99f321c26ffaf9ac8877c916dce85273b61031c58b7 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2