Skip to content

Commit

Permalink
update known information for Opera GX to version 114.0.5282.243
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 28, 2024
1 parent d939604 commit 4ea72e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions updater/software/OperaGX.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"114.0.5282.218",
"114.0.5282.243",
"^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/114.0.5282.218/win/Opera_GX_114.0.5282.218_Setup.exe",
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.243/win/Opera_GX_114.0.5282.243_Setup.exe",
HashAlgorithm.SHA256,
"70e659cf024d181f0ac1779abd2a8996ea50f225b8f32f6b2dc73c7dff520e40",
"a18e866378572d86f874f897c423f59185def10dfaf797d07e4caf14bb79d22e",
signature,
silentOptions),
new InstallInfoExe(
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.218/win/Opera_GX_114.0.5282.218_Setup_x64.exe",
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.243/win/Opera_GX_114.0.5282.243_Setup_x64.exe",
HashAlgorithm.SHA256,
"34de00905f5c031bd0b0a529a97b8a96f26c1460614fcfc385ef1826498191ad",
"7674be1020ae3a0d79490efc0aef09efe17bc5ee00ae134f5b761b6801e1955c",
signature,
silentOptions)
);
Expand Down

0 comments on commit 4ea72e2

Please sign in to comment.