docs: inline SHA-256 checksums in v2.0.2 / lite v1.1.1 release notes

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BwycPDQSfEKtrTS2uC4JeT
This commit is contained in:
2026-09-04 05:04:51 -05:00
parent 0056c46929
commit d058e5fc2a
2 changed files with 44 additions and 14 deletions

View File

@@ -23,15 +23,30 @@ ObsidianDragon is a native ImGui-based full-node wallet for the DragonX network,
---
## Downloads
## Downloads & checksums
| Platform | Files |
|---|---|
| **Linux** (x86-64) | `ObsidianDragon-2.0.2.AppImage`, `ObsidianDragon-2.0.2-Linux-x64.zip` |
| **Windows** (x64) | `ObsidianDragon-2.0.2.exe` (portable), `ObsidianDragon-2.0.2-Windows-x64.zip` |
| **macOS** (x86-64 / Intel — runs on Apple Silicon via Rosetta 2) | `ObsidianDragon-2.0.2-macOS-x86_64.dmg`, `ObsidianDragon-2.0.2-macOS-x86_64.app.zip` |
Verify with `sha256sum <file>` (Linux) or `shasum -a 256 <file>` (macOS) and match the SHA-256 below.
**Verify your download** against `SHA256SUMS.txt` published with the release (`sha256sum -c SHA256SUMS.txt`).
**Linux** (x86-64)
- `ObsidianDragon-2.0.2.AppImage`
`9bf7328965c6348113ba7a30b0284f15787c635af17efae3dfa8a87e56e10c9b`
- `ObsidianDragon-2.0.2-Linux-x64.zip`
`1371880c4187a94d4cb56d535471142c5f1a8053ef73fffd99d59e7b78c75c42`
**Windows** (x64)
- `ObsidianDragon-2.0.2.exe` (portable)
`673347d2696fb6f5bd09dc25e415d5ae8e532abde75b8d48c3cd26545461de50`
- `ObsidianDragon-2.0.2-Windows-x64.zip`
`f5ea7c45e66c6c1b90a8127f96dee04235691acb913ddc86327f2060798cd28c`
**macOS** (x86-64 / Intel — runs on Apple Silicon via Rosetta 2)
- `ObsidianDragon-2.0.2-macOS-x86_64.dmg`
`7038580807a8e93e5443bdc04f2aede3ae1c30e5bc9f8776a207edb2e87771d1`
- `ObsidianDragon-2.0.2-macOS-x86_64.app.zip`
`78159512ca684b95528231fd46f2d07b5bcc6f2da4d815fc1ecb2ff52127f41c`
---