Skip to content

Commit

Permalink
update known information for Opera to version 114.0.5282.86
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 7, 2024
1 parent 94aa9ca commit 7f219dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions updater/software/Opera.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",
"114.0.5282.21",
"114.0.5282.86",
"^Opera Stable [0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$",
"^Opera Stable [0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+$",
new InstallInfoExe(
"https://get.geo.opera.com/pub/opera/desktop/114.0.5282.21/win/Opera_114.0.5282.21_Setup.exe",
"https://get.geo.opera.com/pub/opera/desktop/114.0.5282.86/win/Opera_114.0.5282.86_Setup.exe",
HashAlgorithm.SHA256,
"81f9dc8af39a85629e56040a309e457a48aa6a1cb8850c3775c9cf61d6df9617",
"0de9fab84e864f387c78ba0c0e27584f490c52e8e472de37259dfe5859e97314",
signature,
silentOptions),
new InstallInfoExe(
"https://get.geo.opera.com/pub/opera/desktop/114.0.5282.21/win/Opera_114.0.5282.21_Setup_x64.exe",
"https://get.geo.opera.com/pub/opera/desktop/114.0.5282.86/win/Opera_114.0.5282.86_Setup_x64.exe",
HashAlgorithm.SHA256,
"e0676e14798238498be7074dec41bf98c05c0146fbf49ec1371c7a4ab19a3052",
"d6b53be297829d5d14e644e1f2f005ae316abd03b2b5f8d8ba326da8e7e02330",
signature,
silentOptions)
);
Expand Down

0 comments on commit 7f219dd

Please sign in to comment.