From c0a996ddd9ee8a16fb79f5495e6fc0196eebf493 Mon Sep 17 00:00:00 2001 From: "Anton P." Date: Thu, 1 May 2025 11:11:18 +0300 Subject: [PATCH] sing-box: Update to 1.11.9 changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.11.9 Signed-off-by: Anton P. [line break added after commit title, accidental line removal fixed] --- 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 c38a6b9bc0..5c89521750 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.11.3 +PKG_VERSION:=1.11.9 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:=51b189549395c132dce781e1c70315e4bb8386c207e171c07124759b45481d97 +PKG_HASH:=ee0c183ed9c431a2b6b5f12cad0cfb1d2bccb83147b641d50a619a381fa9d449 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2