From de8ced2dee35ba1d0a5a55295447ba37006d2284 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Sun, 26 Nov 2023 15:22:48 +0100 Subject: [PATCH] Update libmpv to 2023-08-27 --- src/ui/Forms/Options/SettingsMpv.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/Forms/Options/SettingsMpv.cs b/src/ui/Forms/Options/SettingsMpv.cs index c0092596d..546f628d2 100644 --- a/src/ui/Forms/Options/SettingsMpv.cs +++ b/src/ui/Forms/Options/SettingsMpv.cs @@ -82,7 +82,7 @@ namespace Nikse.SubtitleEdit.Forms.Options var hash = Utilities.GetSha512Hash(downloadStream.ToArray()); string[] validHashes = { - "b7ccdf6aa5964a9a7b6287c622f3f3bea1eb1cabe7fb479beb24d5c2f91f914f00baf877eb0320dc6a7c5aece7e652b9b256e9f6c4f85147db3cfac646080c8e", + "b7ccdf6aa5964a9a7b6287c622f3f3bea1eb1cabe7fb479beb24d5c2f91f914f00baf877eb0320dc6a7c5aece7e652b9b256e9f6c4f85147db3cfac646080c8e", // 32-bit "2c6687651442588d98a39996d15e3ec1e8413a9d8409ab10089d0bfe5b04234904e0c2ebed4305d95eddf81ce79c6328603c7c73b3fd4b8f38980e2fc9066e04", // 64-bit }; if (!validHashes.Contains(hash))