Skip to content

Update CrispASR to v0.7.2#11631

Merged
niksedk merged 1 commit into
mainfrom
update-crispasr-v0.7.2
Jun 15, 2026
Merged

Update CrispASR to v0.7.2#11631
niksedk merged 1 commit into
mainfrom
update-crispasr-v0.7.2

Conversation

@niksedk

@niksedk niksedk commented Jun 15, 2026

Copy link
Copy Markdown
Member

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 to v0.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 unpacked crispasr/crispasr.exe executables. The v0.7.1 entries are kept (demoted to plain history comments) so existing installs are still recognized as "update available".
  • CrispAsrVersion.cs — refreshed the crispasr --version doc example to the current structured output (now includes build type / ggml backends), and noted that the embedded version field can lag the release tag — the v0.7.2 archives still self-report 0.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.exe binary extracted from each and hashed.

Testing

  • dotnet build src/ui/UI.csproj -c Release → 0 warnings / 0 errors.

🤖 Generated with Claude Code

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>
@niksedk niksedk merged commit 424f498 into main Jun 15, 2026
1 of 3 checks passed
@niksedk niksedk deleted the update-crispasr-v0.7.2 branch June 15, 2026 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant