mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Update Whisper Const-me to 1.10.1
This commit is contained in:
parent
8325a7beda
commit
fc94c74344
@ -40,15 +40,16 @@ namespace Nikse.SubtitleEdit.Forms.AudioToText
|
||||
|
||||
private static readonly string[] Sha512HashesConstMe =
|
||||
{
|
||||
"18e5aab30946e27d7ee88a11d88c4582be980fe4e6a86db85609d81067778b0014a9de5bed6c82176aa6f3ba7b4e0c8f13b3c1b91f6883529161fa54f2a00e7e",
|
||||
"e7169149864f3385df2904aadff224f66e39e93dff57135b078c8d8c44947b07fdcd57ce10221533afd417e3e864b8562a4d605b008be4efd6e208bb7b43efcd",
|
||||
};
|
||||
|
||||
private static readonly string[] OldSha512HashesConstMe =
|
||||
{
|
||||
"18e5aab30946e27d7ee88a11d88c4582be980fe4e6a86db85609d81067778b0014a9de5bed6c82176aa6f3ba7b4e0c8f13b3c1b91f6883529161fa54f2a00e7e",
|
||||
"76b9004121fb152cc11641ce4afb33de4e503d549dcfb4f1e17b5f2655d5bb8e912120b4b273937693014cdb6bbb242210b0572b4de767d7bd0d7e0c4144f3c8",
|
||||
};
|
||||
|
||||
private const string DownloadUrlConstMe = "https://github.com/Const-me/Whisper/releases/download/1.9.0/cli.zip";
|
||||
private const string DownloadUrlConstMe = "https://github.com/Const-me/Whisper/releases/download/1.10.1/cli.zip";
|
||||
|
||||
|
||||
public WhisperDownload(string whisperChoice)
|
||||
|
Loading…
Reference in New Issue
Block a user