v2.6.1
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 | 81c20635326ea945f23729f6c47021a0ba2bd4dfccf1b367bcd48dfdee363827 |
millennium-helpers-windows.zip |
Windows | PowerShell scripts | 22d2759b6b8b2d2e908e48cb2c43caebf81b0e2cd2f876af21f8751c1df5619c |
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.0...v2.6.1