Update CrispASR to v0.8.9#12282
Merged
Merged
Conversation
Bump the pinned download URLs to the v0.8.9 release and add the v0.8.9 SHA-256 hashes at index 0 for all 8 platform archives and their extracted executables, so installs on v0.8.9 report up-to-date instead of being prompted to re-download. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the CrispASR speech-to-text engine to v0.8.9.
Changes
CrispAsrDownloadService.cs— pinned download URLs bumpedv0.8.8→v0.8.9for all 8 platform builds (Windows cuda/vulkan/cpu/cpu-legacy, macOS, Linux x86_64/cuda/arm64).DownloadHashManager.cs— added the v0.8.9 SHA-256 at index 0 (the "up to date" slot) for all 16 keys — 8 archive hashes (sidecar) and 8 extracted-executable hashes (update-check fallback) — demoting the old v0.8.8 marker to a history entry.Hashes were computed by downloading each v0.8.9 asset, hashing the archive, then extracting and hashing the inner
crispasr/crispasr.exebinary (the release ships no checksum file). Keeping index 0 in sync with the pinned URL prevents users on v0.8.9 from being falsely prompted to "update" to the version they just installed.Build passes (0 warnings, 0 errors).
🤖 Generated with Claude Code