diff options
author | Van Waholtz <brvphoenix@gmail.com> | 2023-05-01 19:04:24 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-05-01 15:11:44 +0300 |
commit | b9b641df039347cba9142e5f23d29776d0d5c7f5 (patch) | |
tree | 2aebfbd810465e433587d8e622afdaf5294eca4d /net/sing-box/Makefile | |
parent | 20a803aa03be7176cdeb74622fb7c80ffe41b434 (diff) |
sing-box: update to 1.2.6
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 a20a2b401..2db8c7887 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.1 +PKG_VERSION:=1.2.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:=0f304b75c2e9f61e3f7808f23fe8fbe08161553475d9bec0dea4a5acf4452d2d +PKG_HASH:=8f7adf55ed9afe6ec0dd8b04ed64dd3a6243578ee779f909dfb3778fa2dbda10 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |