Skip to content

Commit 547be69

Browse files
committed
update known information for Mumble to version 1.5.735
1 parent 5045ee5 commit 547be69

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ __[changes]__
1414

1515
__[maintenance]__
1616

17+
* Update certificate information for Mumble installer.
1718
* Update certificate information for PuTTY installers.
1819

1920
## Version 2024.11.11.0

updater/software/Mumble.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public Mumble(bool autoGetNewer)
5656
/// <summary>
5757
/// expiration date of certificate
5858
/// </summary>
59-
private static readonly DateTime certificateExpiration = new(2024, 7, 12, 13, 14, 18, DateTimeKind.Utc);
59+
private static readonly DateTime certificateExpiration = new(2026, 8, 4, 6, 50, 54, DateTimeKind.Utc);
6060

6161

6262
/// <summary>
@@ -74,13 +74,13 @@ public override AvailableSoftware knownInfo()
7474
}
7575
var signature = new Signature(publisherX509, certificateExpiration);
7676
var installer = new InstallInfoMsi(
77-
"https://github.com/mumble-voip/mumble/releases/download/v1.5.634/mumble_client-1.5.634.x64.msi",
77+
"https://github.com/mumble-voip/mumble/releases/download/v1.5.735/mumble_client-1.5.735.x64.msi",
7878
HashAlgorithm.SHA256,
79-
"ad4a49d9ac08c0f281bb90f34742bc60887d969f91420cdcfab1f88c7d25ab3e",
79+
"2778beac1a7970814372f6b688645cb67a831f52d79e008201461769fadc20bb",
8080
signature,
8181
"/qn /norestart");
8282
return new AvailableSoftware("Mumble Client",
83-
"1.5.634",
83+
"1.5.735",
8484
"^(Mumble [0-9]\\.[0-9]+\\.[0-9]+|Mumble \\(client\\))$",
8585
"^(Mumble [0-9]\\.[0-9]+\\.[0-9]+|Mumble \\(client\\))$",
8686
// 32-bit installations will be uninstalled and switched to the

0 commit comments

Comments
 (0)