diff options
| author | xiao bo | 2026-02-06 08:27:18 +0000 |
|---|---|---|
| committer | Hannu Nyman | 2026-02-06 17:10:52 +0000 |
| commit | 0644f5bd7ecaaef3f4687d11e57e66bd3e7fb5ce (patch) | |
| tree | fe0bd273b9ad73666749df714d92590363bc098d | |
| parent | 2b6adb9ae76baa5c104b05dfed9aac0e6083a66f (diff) | |
| download | packages-0644f5bd7ecaaef3f4687d11e57e66bd3e7fb5ce.tar.gz | |
sing-box: update to 1.12.20
changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.12.20
Signed-off-by: xiao bo <peterwillcn@gmail.com>
| -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 95972db980..db8f622458 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.12.18 +PKG_VERSION:=1.12.20 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:=8e8dbf94a4cedefea9cd72156c099eeebe57a3f2254f1c764a05b809778b5663 +PKG_HASH:=af0a815b54d04754e42daa0734025fb5720a26d86896a241598bc214f72a9567 PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE |