From 500a8ab995a020a336948f058e7755efafff80e7 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Mon, 23 Sep 2024 21:09:09 +0800 Subject: [PATCH] sing-box: Update to 1.9.5 Signed-off-by: Milinda Brantini --- 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 a1e6545347..da514537f9 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.9.4 +PKG_VERSION:=1.9.5 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:=30652ce0151ef46f314b25df74b402278dd7c540ba0b7f1c2c66209314afad09 +PKG_HASH:=6beaa010c14881ba29ea147566c32614dbec8c3f8993529d08664c470e099195 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE -- 2.30.2