diff options
author | Van Waholtz <brvphoenix@gmail.com> | 2023-07-01 17:24:49 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-07-01 04:45:07 -0700 |
commit | ae3629f56abd46f2925aaf35cac786a1941ac5d6 (patch) | |
tree | 06fe2c7691e1c542b42fc90bdaa6f7d6a08e4fde /net/sing-box/Makefile | |
parent | 35b668b6ca432425e3b10b080f43344c15903380 (diff) |
sing-box: update to 1.3.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Diffstat (limited to 'net/sing-box/Makefile')
-rw-r--r-- | net/sing-box/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index 2db8c7887..cbd4b4ac6 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.2.6 +PKG_VERSION:=1.3.0 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:=8f7adf55ed9afe6ec0dd8b04ed64dd3a6243578ee779f909dfb3778fa2dbda10 +PKG_HASH:=e89ffdadf11d4b34d12b2c0659efea0f0786b2396ea4638c61a06e7772783ca5 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |