diff options
author | brvphoenix <brvphoenix@gmail.com> | 2024-03-25 20:40:46 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-03-26 02:36:44 +0800 |
commit | da03a29cda0898e1a3e46e242b73a7795bbef492 (patch) | |
tree | 3224a8c050f3abe0c325485f23b0b07f4358ef0a /net/sing-box/Makefile | |
parent | 551ff0f8108b41432dc593ed4b159a132196ce1c (diff) |
sing-box: restart if the specified interfaces start up
Signed-off-by: brvphoenix <brvphoenix@gmail.com>
Diffstat (limited to 'net/sing-box/Makefile')
-rw-r--r-- | net/sing-box/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 9f6207186..c677b9cd7 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box PKG_VERSION:=1.8.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? |