You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct v2.0.1 sha256s and harden update-formula sha256 validation
- Replace garbage 'Not' sha256 values (committed from 404 response) with
the real v2.0.1 checksums:
darwin-arm64: 435a330e3b2f9ad987740ef01be04445b823757fe83fb3a2620f836acbf6fce7
linux-x86_64: 426eacde20837835674cd04397caa2407bd1e2a4f41bda738254b41298e4da9d
- Switch curl to -f so HTTP 4xx/5xx errors are fatal (prevents silent 404 body capture)
- Add regex validation: abort with a clear error if the downloaded sha256 is
not exactly 64 lowercase hex chars, preventing garbage commits like 7989b4a
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments