v2.6.2
Release Verification & Checksums
Platform-trimmed archives — used by Homebrew, Scoop, Winget manifests, and the piped installers:
| Asset | Platform | Contents | SHA256 |
|---|---|---|---|
millennium-helpers-linux.tar.gz |
Linux/macOS | scripts, completions, man pages | c077c3f536e751e776fabb329600b18d7452d455a2e2dd1908491332569f4e55 |
millennium-helpers-windows.zip |
Windows | PowerShell scripts | 3d1fabe638ce2e990b7b0007ef77dd4afa1668fd558010758f0213c1c8826506 |
Package Verification
To verify the integrity of the downloaded assets, run:
# On Linux/macOS
sha256sum -c millennium-helpers-linux.tar.gz.sha256
# On Windows (PowerShell)
$h = (Get-FileHash .\millennium-helpers-windows.zip -Algorithm SHA256).Hash.ToLower()
Get-Content .\millennium-helpers-windows.zip.sha256
# Compare $h to the hash in the sidecar fileWhat's Changed
Full Changelog: v2.6.1...v2.6.2