Skip to content

Commit

Permalink
update known information for Opera GX to version 114.0.5282.106
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 17, 2024
1 parent 67c5c02 commit 32398a6
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.93",
"114.0.5282.106",
"^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.93/win/Opera_GX_114.0.5282.93_Setup.exe",
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.106/win/Opera_GX_114.0.5282.106_Setup.exe",
HashAlgorithm.SHA256,
"328ab04feb014acdf94d057b714d5e117c4a9f9e0125d2d5311207b60b1d88e0",
"3052209cdb4093e6a5fc9d97bfcc93e8cba00fdf54cf1cd238c538b95fd7303a",
signature,
silentOptions),
new InstallInfoExe(
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.93/win/Opera_GX_114.0.5282.93_Setup_x64.exe",
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.106/win/Opera_GX_114.0.5282.106_Setup_x64.exe",
HashAlgorithm.SHA256,
"93ba774c5d1b2f52e1a75e8977a5d667587725344509a600d6e167c984cc7f09",
"1dc5d4d74ef0dba3051b90d554fa5ead30bd36a25197df764b72bf9e140c64ef",
signature,
silentOptions)
);
Expand Down

0 comments on commit 32398a6

Please sign in to comment.