Skip to content

Commit

Permalink
update known information for Opera GX to version 114.0.5282.202
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 14, 2024
1 parent 1187d9e commit 751dbb1
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.159",
"114.0.5282.202",
"^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.159/win/Opera_GX_114.0.5282.159_Setup.exe",
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.202/win/Opera_GX_114.0.5282.202_Setup.exe",
HashAlgorithm.SHA256,
"e732e88c25bac78d90e414df20f51e9793d7e0a2cb75f252ddb4c689c0c2ee8c",
"04792d2b375b09e393b5f541b44bdd60eb7edf91da833c41c8cad70f64cf4cc2",
signature,
silentOptions),
new InstallInfoExe(
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.159/win/Opera_GX_114.0.5282.159_Setup_x64.exe",
"https://get.geo.opera.com/pub/opera_gx/114.0.5282.202/win/Opera_GX_114.0.5282.202_Setup_x64.exe",
HashAlgorithm.SHA256,
"7469964c84e44fcaf813a2154606381f8f8d7ff4f7972a0d1f39536cd0876eaf",
"31fc1846da579a252c7e5146fe4105a5e761c12671f88e1646b858c0a09081b6",
signature,
silentOptions)
);
Expand Down

0 comments on commit 751dbb1

Please sign in to comment.