From e8b4c97c1b858f8eb076529ba9bb1ec73e0cd082 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 18 Jul 2024 23:20:21 +0200 Subject: [PATCH] update known information for Opera GX to version 111.0.5168.90 --- updater/software/OperaGX.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/updater/software/OperaGX.cs b/updater/software/OperaGX.cs index 4e327955..0475fe27 100644 --- a/updater/software/OperaGX.cs +++ b/updater/software/OperaGX.cs @@ -66,19 +66,19 @@ public override AvailableSoftware knownInfo() const string silentOptions = "/silent /norestart /launchopera 0 /setdefaultbrowser 0 /enable-stats 0 /enable-installer-stats 0 /pintotaskbar 0 /pin-additional-shortcuts 0 /allusers"; var signature = new Signature(publisherX509, certificateExpiration); return new AvailableSoftware("Opera GX", - "111.0.5168.54", + "111.0.5168.90", "^Opera GX Stable [0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$", "^Opera GX Stable [0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$", new InstallInfoExe( - "https://get.geo.opera.com/pub/opera_gx/111.0.5168.54/win/Opera_GX_111.0.5168.54_Setup.exe", + "https://get.geo.opera.com/pub/opera_gx/111.0.5168.90/win/Opera_GX_111.0.5168.90_Setup.exe", HashAlgorithm.SHA256, - "386f77a9cb6dd4712ed9478ac855aaa3b56c4a515b14da208592a6f1c8e49719", + "e12da9725ed7e512bef02da43d9966584d029342a44573c16014e94e7c5aa5d0", signature, silentOptions), new InstallInfoExe( - "https://get.geo.opera.com/pub/opera_gx/111.0.5168.54/win/Opera_GX_111.0.5168.54_Setup_x64.exe", + "https://get.geo.opera.com/pub/opera_gx/111.0.5168.90/win/Opera_GX_111.0.5168.90_Setup_x64.exe", HashAlgorithm.SHA256, - "23044cba7fa2c3f80a5279b8cd38089bc4218f1f57ba46fd381c8c48dff2d1d7", + "472a88ec3d9c4b0c1b70a145fefaaa76840031dd415752ccb7b623e9d9f53b71", signature, silentOptions) );