Update CrispASR to v0.7.2#11631
Merged
Merged
Conversation
Bump the CrispASR download URLs to the v0.7.2 release and register the new v0.7.2 SHA-256 hashes (8 release archives + 8 unpacked executables) at index 0 in DownloadHashManager, demoting v0.7.1 to a plain history entry so existing installs are still recognized as "update available". Also refresh the crispasr --version doc/example in CrispAsrVersion to the current structured output, noting that the embedded version field can lag the release tag (the v0.7.2 archives still self-report 0.7.1). 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.
Summary
Updates the bundled CrispASR speech-to-text runtime from v0.7.1 to v0.7.2 (https://github.com/CrispStrobe/CrispASR/releases/tag/v0.7.2).
Changes
CrispAsrDownloadService.cs— bumped all 8 release download URLs tov0.7.2.DownloadHashManager.cs— prepended the new v0.7.2 SHA-256 at index 0 (the "current download URL" slot) for all 16 CrispASR keys: 8 release archives + 8 unpackedcrispasr/crispasr.exeexecutables. The v0.7.1 entries are kept (demoted to plain history comments) so existing installs are still recognized as "update available".CrispAsrVersion.cs— refreshed thecrispasr --versiondoc example to the current structured output (now includesbuild type/ggml backends), and noted that the embeddedversionfield can lag the release tag — the v0.7.2 archives still self-report0.7.1, which is why the probe parses whatever the binary prints.How the hashes were obtained
Each v0.7.2 archive was downloaded from the release (size verified against the GitHub asset manifest), the archive SHA-256 computed, then the
crispasr/crispasr.exebinary extracted from each and hashed.Testing
dotnet build src/ui/UI.csproj -c Release→ 0 warnings / 0 errors.🤖 Generated with Claude Code