diff options
| author | Tianling Shen | 2024-05-31 20:33:33 +0000 |
|---|---|---|
| committer | GitHub | 2024-05-31 20:33:33 +0000 |
| commit | 2fc0e8f7946a83a7d0edd6b8868ff313e2cb6d93 (patch) | |
| tree | 1893b4c027d6d3e7a8f1961394110092df8b61ee | |
| parent | 6ffc7a2717107813b8b15290dff92d99b7380439 (diff) | |
| parent | 087fe17bf746fa1edc6f452c02ac05d75fa93daf (diff) | |
| download | packages-2fc0e8f7946a83a7d0edd6b8868ff313e2cb6d93.tar.gz | |
Merge pull request #24265 from muink/master
sing-box: update to 1.9.0
| -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 1d4896dffb..50d2073cd1 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.8.14 +PKG_VERSION:=1.9.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:=2ba7cfa097f5963ba304d47606e7a6b61bf881eb86cbed78fa6e4efae44a0a5f +PKG_HASH:=cb1d91e362f4dd7c35f7bb040514414861a045a76301af8257134c65f7a45c36 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |