Skip to content

Commit

Permalink
update known information for Opera GX to version 111.0.5168.90
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jul 18, 2024
1 parent 834dcf3 commit e8b4c97
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",
"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)
);
Expand Down

0 comments on commit e8b4c97

Please sign in to comment.