vpn 0.1.0 → 0.1.1: pin sing-box 1.14.1 sha256s

Binaries uploaded to bns/theseus/vpn-binaries/<platform>/, served
through the gateway at navigate.st/bns/theseus.x/vpn-binaries/.
Manifest hashes match a curl-fetched copy through the gateway.
This commit is contained in:
Local Dev 2026-09-22 00:09:18 +02:00
parent 18eee9dbc7
commit 7724dde2ef
2 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vpn",
"name": "VPN",
"version": "0.1.0",
"version": "0.1.1",
"description": "Route Theseus's traffic through a Silent Mode VPN endpoint. Runs sing-box locally, exits at one of our servers, and switches on with one click. Paste any vless:// URL to point it at your own endpoint instead.",
"author": "Silent Mode",
"icon": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDJMNCA1djdjMCA1IDMuNSA5LjIgOCAxMCA0LjUtLjggOC01IDgtMTBWNWwtOC0zeiIgZmlsbD0iIzBhYzE4ZSIvPjxwYXRoIGQ9Ik05IDEybDIgMiA0LTQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=",

View file

@ -1,22 +1,22 @@
{
"version": "1.10.2",
"version": "1.14.1",
"engine": "sing-box",
"note": "sha256s are placeholders until the binaries are uploaded to bns/theseus.x/vpn-binaries/. Refuse to activate on a platform whose sha256 is 'PENDING' — a real hash lands here in the addon tarball, signed by the operator OTA key, before that platform's users can flip the toggle on.",
"note": "sha256s pin the exact binary this addon version expects. Bumping sing-box means re-uploading, replacing hashes here, and shipping a new addon tarball via the Ed25519 OTA channel.",
"platforms": {
"win32-x64": {
"url": "https://navigate.st/bns/theseus.x/vpn-binaries/win32-x64/sing-box-1.10.2.exe",
"sha256": "PENDING",
"bytes": 0
"url": "https://navigate.st/bns/theseus.x/vpn-binaries/win32-x64/sing-box-win32-x64.exe",
"sha256": "b838de45bd0b2e6ddbed1977e4745622f7dffab3b293807ff4c6b1b640fed909",
"bytes": 81883648
},
"linux-x64": {
"url": "https://navigate.st/bns/theseus.x/vpn-binaries/linux-x64/sing-box-1.10.2",
"sha256": "PENDING",
"bytes": 0
"url": "https://navigate.st/bns/theseus.x/vpn-binaries/linux-x64/sing-box-linux-x64",
"sha256": "9334a1c1fe97234911afaedd37226667ebdb3dab2abe383f2c4ae1387706dad9",
"bytes": 81236197
},
"darwin-arm64": {
"url": "https://navigate.st/bns/theseus.x/vpn-binaries/darwin-arm64/sing-box-1.10.2",
"sha256": "PENDING",
"bytes": 0
"url": "https://navigate.st/bns/theseus.x/vpn-binaries/darwin-arm64/sing-box-darwin-arm64",
"sha256": "602bce530f540146e8e2feace24a81bdaf7873456203db0cda162811eb44f338",
"bytes": 83768930
}
}
}