From 183f008a44e5b4bac53240efff4c29f6033fb12f Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Wed, 22 Nov 2023 16:03:40 +0800 Subject: [PATCH] sing-box: update to 1.6.6 Changes: https://github.com/SagerNet/sing-box/compare/v1.6.0...v1.6.6 Signed-off-by: Van Waholtz --- 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 229dc2e670..5d491c3226 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.6.0 +PKG_VERSION:=1.6.6 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:=3272c9ac447d009749429f38d76e9879609c0c321442c3235ba806d995c0838a +PKG_HASH:=88c8825f6e8af2e46a16e8a85ceb5e1c7c0795b59cad93c8327288ec7b8249e0 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2