diff options
author | Van Waholtz <brvphoenix@gmail.com> | 2023-11-22 15:53:43 +0800 |
---|---|---|
committer | brvphoenix <30111323+brvphoenix@users.noreply.github.com> | 2023-11-22 15:53:43 +0800 |
commit | 59f11cb4f13da0ebca702deacc889b9569c2af45 (patch) | |
tree | e8a3a00bd5f575145697e6b2e71f71d092070f61 /net/sing-box/Makefile | |
parent | b60fd4533483fbb213d2c33829e8ed0bb80d5a1a (diff) |
sing-box: update to 1.6.6
Changes: https://github.com/SagerNet/sing-box/compare/v1.6.4...v1.6.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 7f4b9ac4e..5d491c322 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.4 +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:=3b1008d8a4d0cb0c41841531b1845b9b859a5d8f73af2c9a137fec4c7ad1f18f +PKG_HASH:=88c8825f6e8af2e46a16e8a85ceb5e1c7c0795b59cad93c8327288ec7b8249e0 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |