diff options
author | Van Waholtz <brvphoenix@gmail.com> | 2023-03-27 18:19:54 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-03-27 19:44:49 +0800 |
commit | fc73886b456e0b9ccadf155231bced63106e73fe (patch) | |
tree | 4097b2a04c2554fba16d9603318af04f9eae7dae /net | |
parent | e2cf4fa9a119076d23f26e3803247b5d83c71547 (diff) |
sing-box: update to 1.2.1
Changelogs: https://github.com/SagerNet/sing-box/releases/tag/v1.2.1
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Diffstat (limited to 'net')
-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 9150c06c5..15d4368f6 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.0 +PKG_VERSION:=1.2.1 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:=ec70c2eecf85788e82c29ec4ca129e25292d5fc66a510b4b713fe337650740a9 +PKG_HASH:=0f304b75c2e9f61e3f7808f23fe8fbe08161553475d9bec0dea4a5acf4452d2d PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |