Skip to content

Commit

Permalink
sing-box: upgrade to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 12, 2023
1 parent 2e34344 commit 411c670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trunk/user/sing-box/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
include $(ROOTDIR)/rules.mk

PKG_NAME:=sing-box
PKG_VERSION:=1.3.0
PKG_VERSION:=1.5.3

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:=e89ffdadf11d4b34d12b2c0659efea0f0786b2396ea4638c61a06e7772783ca5
PKG_HASH:=e050f8a588d92547ba277fc8980af8ede544c345684c20e4b008fbc1b1371fb8

include $(INCLUDE_DIR)/package.mk

Expand All @@ -15,7 +15,7 @@ endef
define Build/Compile
(cd $(PKG_BUILD_DIR); \
GOOS=linux GOARCH=mipsle CGO_ENABLED=0 \
go build -v -trimpath -tags "with_quic,with_utls" \
go build -v -trimpath -tags "with_gvisor,with_quic,with_utls,with_wireguard,with_clash_api" \
-ldflags "-X 'github.com/sagernet/sing-box/constant.Version=$(PKG_VERSION)' -s -w -buildid=" \
./cmd/sing-box; \
)
Expand Down

0 comments on commit 411c670

Please sign in to comment.