fix(theseus/0.3.28-ship): update site hashes to match actual binaries
The 0.3.28 ship commit (e0ce64f) declared installer/portable hashes 5d15508b… / a5d346b9…, but the binaries on dl.silentmode.st that actually shipped were rebuilt after the bchwallet→aegis rename (e5a89b7) landed on master, so they hash to eb39f5d8… / 1e6fe657… Manifest and .exe were inconsistent for a moment; this commit reconciles the site files to what's LIVE. Deployed. Verified LIVE 0.3.28.
This commit is contained in:
parent
fef4e6d347
commit
0cea3fbea4
3 changed files with 6 additions and 6 deletions
|
|
@ -43,8 +43,8 @@
|
|||
"signingAuthority": null,
|
||||
"changes": "Four changes since 0.3.27. (1) Aegis (built-in wallet) gains its own update card in Settings > General, right beside Ariadne. Signed OTA updates ship without a Theseus release — Check for updates hits the same signed endpoint the boot timer uses; Restart to apply shows once a staged version is ready. (2) DevTools (F12 / Ctrl+Shift+I) opens docked to the right of the tab instead of popping a detached window, matching stock Chrome. (3) Search-engine favicons in Settings > Search now use Google's /s2/favicons service — the DuckDuckGo ip3 source returned 404 for enough hosts (Brave, Bing, Yandex, etc.) that half the list was falling through to the emoji placeholder. (4) Settings > Extensions > Check for updates now shows per-add-on status (up to date / fetch failed / signature invalid / staged etc.) instead of one indistinguishable 'up to date' line — a silent DNS or sig-verify failure will no longer look like success. Everything from 0.3.22 – 0.3.27 rides along.",
|
||||
"files": {
|
||||
"TheseusNavigator-Setup-0.3.28.exe": "5d15508bba929f1f074c052ac933863eadf6eb8e56984ebd5a1af75e80626643",
|
||||
"TheseusNavigator-0.3.28-portable.exe": "a5d346b97f5a13d85fa3bd301a72075ddb82fe636d7b1a51840ffd5a16d879f4"
|
||||
"TheseusNavigator-Setup-0.3.28.exe": "eb39f5d8908f427d5869d961c3617091242ba540aa0ae783f69a1e1a18ea2bcc",
|
||||
"TheseusNavigator-0.3.28-portable.exe": "1e6fe6575f7eec7cdf92a7fcec35281ec9e18ad6ed2ec812a14db52b802e364e"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -54,11 +54,11 @@
|
|||
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-Setup-0.3.28.exe">TheseusNavigator-Setup-0.3.28.exe</a> — installer</div>
|
||||
<code>5d15508bba929f1f074c052ac933863eadf6eb8e56984ebd5a1af75e80626643</code>
|
||||
<code>eb39f5d8908f427d5869d961c3617091242ba540aa0ae783f69a1e1a18ea2bcc</code>
|
||||
</div>
|
||||
<div class="file">
|
||||
<div class="n"><a href="https://dl.silentmode.st/TheseusNavigator-0.3.28-portable.exe">TheseusNavigator-0.3.28-portable.exe</a> — portable</div>
|
||||
<code>a5d346b97f5a13d85fa3bd301a72075ddb82fe636d7b1a51840ffd5a16d879f4</code>
|
||||
<code>1e6fe6575f7eec7cdf92a7fcec35281ec9e18ad6ed2ec812a14db52b802e364e</code>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -117,8 +117,8 @@
|
|||
</div>
|
||||
<div class="verifybox">
|
||||
<div class="lbl">SHA-256 — verify before running</div>
|
||||
<div class="h"><b>Installer</b><code>5d15508bba929f1f074c052ac933863eadf6eb8e56984ebd5a1af75e80626643</code></div>
|
||||
<div class="h"><b>Portable</b><code>a5d346b97f5a13d85fa3bd301a72075ddb82fe636d7b1a51840ffd5a16d879f4</code></div>
|
||||
<div class="h"><b>Installer</b><code>eb39f5d8908f427d5869d961c3617091242ba540aa0ae783f69a1e1a18ea2bcc</code></div>
|
||||
<div class="h"><b>Portable</b><code>1e6fe6575f7eec7cdf92a7fcec35281ec9e18ad6ed2ec812a14db52b802e364e</code></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue