Skip to content

Commit

Permalink
bump vosk to v0.3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Apr 22, 2024
1 parent 64d9dcd commit 4fbcb8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
.dependencies = .{
.vosk = .{
.url = "git+https://github.com/alphacep/vosk-api#40937b6bcbe318eeb01879093c59cf5a1219a29d",
.hash = "1220e70df41f7c45ac2d71fdb526b2d08e6834b6c9476039e0a64038be1642de1ec3",
.url = "git+https://github.com/alphacep/vosk-api#v0.3.50",
.hash = "1220ac3fd3082c02ab2747df540ca43bc4c9dc762b1bf5bc95a5678052171c7861d1",
},
// Fork of alphacep/openfst#master with NDEBUG fixes
// https://github.com/alphacep/openfst/compare/master...jethrodaniel:openfst:fork
Expand Down
16 changes: 8 additions & 8 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ gh run download -D tmp -n vosk
tree tmp
cd tmp

VERSION='0.3.50'
TAG='v0.3.0'

# NOTE: on linux, use --owner=0 --group=0
tar czvf vosk-0.3.48-x86_64-macos.tar.gz --uid=0 --gid=0 x86_64-macos
tar czvf vosk-0.3.48-aarch64-macos.tar.gz --uid=0 --gid=0 aarch64-macos
tar czvf "vosk-$VERSION-x86_64-macos.tar.gz" --uid=0 --gid=0 x86_64-macos
tar czvf "vosk-$VERSION-aarch64-macos.tar.gz" --uid=0 --gid=0 aarch64-macos

TAG='v0.2.0'

gh release create "$TAG" -n "
Builds of https://github.com/alphacep/vosk-api.
### NOTE
v0.3.48 isn't officially released yet.
Vosk version: https://github.com/alphacep/vosk-api/tree/40937b6bcbe318eeb01879093c59cf5a1219a29d
Vosk release: https://github.com/alphacep/vosk-api/releases/tag/v$VERSION
"

gh release upload --clobber "$TAG" vosk-0.3.48-x86_64-macos.tar.gz
gh release upload --clobber "$TAG" vosk-0.3.48-aarch64-macos.tar.gz
gh release upload --clobber "$TAG" "vosk-$VERSION-x86_64-macos.tar.gz"
gh release upload --clobber "$TAG" "vosk-$VERSION-aarch64-macos.tar.gz"

0 comments on commit 4fbcb8b

Please sign in to comment.