diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-11-16 02:18:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 02:18:45 +0800 |
commit | 018b8905c3e06cb2ff31f207e6d5ee28d8c841ad (patch) | |
tree | 7e123437bd1dd83f42f827a7df17b4804e6fdc44 | |
parent | cb994bbf6c5d9b2d73f74b7cdb5c853d431a472c (diff) | |
parent | c1aae04231c7f1a6d8f3ff1aa3ac421ad8aa8c1f (diff) |
Merge pull request #22659 from douglarek/sb
sing-box: update to v1.6.4
-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 067dd6d9e..7f4b9ac4e 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.3 +PKG_VERSION:=1.6.4 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:=3bebd23dd5d4734a90fb8821b3c2c0be0fd34800d10e6a4e0db95e06578cca1c +PKG_HASH:=3b1008d8a4d0cb0c41841531b1845b9b859a5d8f73af2c9a137fec4c7ad1f18f PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |