Skip to content

Commit

Permalink
update known information for LibreOffice to version 24.8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 14, 2024
1 parent 04a78be commit 1187d9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions updater/software/LibreOffice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("LibreOffice",
"24.8.2.1",
"24.8.3.2",
"^LibreOffice [0-9]+\\.[0-9]+\\.[0-9]\\.[0-9]$",
"^LibreOffice [0-9]+\\.[0-9]+\\.[0-9]\\.[0-9]$",
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86/LibreOffice_24.8.2_Win_x86.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86/LibreOffice_24.8.3_Win_x86.msi",
HashAlgorithm.SHA256,
"d67b1433759af6fc0b7acc683080ea42dc32e4e92019e4dca0f791e958d597d9",
"e2baa7bf7b7f5f835bfd90f05cda0cecfe3383eb5b9bbc350c97dd6cb0edba23",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86_64/LibreOffice_24.8.2_Win_x86-64.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86_64/LibreOffice_24.8.3_Win_x86-64.msi",
HashAlgorithm.SHA256,
"8c4670cb43b5385bed7d97e1ccde55bf1fc3cf83ac15c41da8d87fd09a2f377a",
"b1808dbe14b22bb358a09f0edf83ab591e9d43b37dcd9dd35ff3880b85f1ad90",
signature,
"/qn /norestart")
);
Expand Down
10 changes: 5 additions & 5 deletions updater/software/LibreOfficeHelpPackGerman.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ public override AvailableSoftware knownInfo()
{
var signature = new Signature(publisherX509, certificateExpiration);
return new AvailableSoftware("LibreOffice Help Pack German",
"24.8.2.1",
"24.8.3.2",
"^LibreOffice [0-9]+\\.[0-9]+ Help Pack \\(German\\)$",
"^LibreOffice [0-9]+\\.[0-9]+ Help Pack \\(German\\)$",
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86/LibreOffice_24.8.2_Win_x86_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86/LibreOffice_24.8.3_Win_x86_helppack_de.msi",
HashAlgorithm.SHA256,
"9eaed6312172733dd06ebcc080e9f14b74b45d3f630784a4522e868182bf45b0",
"2e59d3f9132adb5be3557c2cd98bd952d11aa9ae8f9c44a9a1536c92379a694d",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86_64/LibreOffice_24.8.2_Win_x86-64_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86_64/LibreOffice_24.8.3_Win_x86-64_helppack_de.msi",
HashAlgorithm.SHA256,
"f49d9d85cf7b66c2650a5014f0da91f416fb999d99433056806e17974bd0eed7",
"5dec7c38ab5b92b353b12988e64c0f92758b9754b7ed8abda17c62c55cb3d726",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit 1187d9e

Please sign in to comment.