Files
pangolin/app/kernel/VERSION
T
wangjia f298b207fe fix(android/kernel): gomobile 改用 SagerNet fork v0.1.12 + 补 linkname tags
原 pin golang.org/x/mobile@v0.0.0-20240604...70c4c5da7d30 是失效 revision;

对照 sing-box v1.13.12 go.mod 与 cmd/internal/build_libbox,官方用

github.com/sagernet/gomobile@v0.1.12;补 badlinkname,tfogo_checklinkname0

以适配 Go 1.24 的 //go:linkname 限制。Task 2 blocker 修复。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 18:48:58 +08:00

21 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# sing-box 内核构建版本锚点
# 所有构建脚本从此文件读版本,禁止在脚本内硬编码版本号
#
# 更新方法:
# SINGBOX_VERSION : 改为目标 GitHub tag(如 v1.14.0
# 同步更新 fetch-desktop-bin.sh 中的桌面 SHA256 说明
# GO_VERSION : 与官方 SFA/SFI CI 保持同步(go1.x.y
# GOMOBILE_MODULE : gomobile 模块路径。sing-box 官方用 SagerNet fork
# (github.com/sagernet/gomobile),非上游 golang.org/x/mobile。
# 对照 sing-box <tag> 的 go.mod 与 cmd/internal/build_libbox。
# GOMOBILE_VERSION : GOMOBILE_MODULE 的版本 tag(与 sing-box go.mod 同步)
# go install ${GOMOBILE_MODULE}/cmd/gomobile@<GOMOBILE_VERSION>
# WINTUN_VERSION : Wintun 驱动版本(Windows 专用),保持与 sing-box 推荐版本同步
# 下载: https://www.wintun.net/builds/wintun-<WINTUN_VERSION>.zip
SINGBOX_VERSION=v1.13.12
GO_VERSION=1.24.3
GOMOBILE_MODULE=github.com/sagernet/gomobile
GOMOBILE_VERSION=v0.1.12
WINTUN_VERSION=0.14.1