From 89680f308fe7e39c00f107b6cd6f0eb67e3ede5f Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 20 Dec 2024 05:05:24 +0100 Subject: [PATCH] update known information for LibreOffice to version 24.8.4.2 --- updater/software/LibreOffice.cs | 10 +++++----- updater/software/LibreOfficeHelpPackGerman.cs | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/updater/software/LibreOffice.cs b/updater/software/LibreOffice.cs index 1ad58690..13acfef9 100644 --- a/updater/software/LibreOffice.cs +++ b/updater/software/LibreOffice.cs @@ -65,19 +65,19 @@ public override AvailableSoftware knownInfo() { var signature = new Signature(publisherX509, certificateExpiration); return new AvailableSoftware("LibreOffice", - "24.8.3.2", + "24.8.4.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.3/win/x86/LibreOffice_24.8.3_Win_x86.msi", + "https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86/LibreOffice_24.8.4_Win_x86.msi", HashAlgorithm.SHA256, - "e2baa7bf7b7f5f835bfd90f05cda0cecfe3383eb5b9bbc350c97dd6cb0edba23", + "b9c543fc2ef387158dbb309c7f5a07672a7a0861b706cd5b2e6eb3170525a773", signature, "/qn /norestart"), new InstallInfoLibO( - "https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86_64/LibreOffice_24.8.3_Win_x86-64.msi", + "https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi", HashAlgorithm.SHA256, - "b1808dbe14b22bb358a09f0edf83ab591e9d43b37dcd9dd35ff3880b85f1ad90", + "76def06f2a8ecd5803dfbc63995e3963ae46b85e8c1c917541dedab81bd78169", signature, "/qn /norestart") ); diff --git a/updater/software/LibreOfficeHelpPackGerman.cs b/updater/software/LibreOfficeHelpPackGerman.cs index 0f2878ef..5b8edf6e 100644 --- a/updater/software/LibreOfficeHelpPackGerman.cs +++ b/updater/software/LibreOfficeHelpPackGerman.cs @@ -65,19 +65,19 @@ public override AvailableSoftware knownInfo() { var signature = new Signature(publisherX509, certificateExpiration); return new AvailableSoftware("LibreOffice Help Pack German", - "24.8.3.2", + "24.8.4.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.3/win/x86/LibreOffice_24.8.3_Win_x86_helppack_de.msi", + "https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86/LibreOffice_24.8.4_Win_x86_helppack_de.msi", HashAlgorithm.SHA256, - "2e59d3f9132adb5be3557c2cd98bd952d11aa9ae8f9c44a9a1536c92379a694d", + "8b874c5ec457eb652c27daecc23826fdd1c525bbe51d64275f20ce040f974d70", signature, "/qn /norestart"), new InstallInfoLibO( - "https://download.documentfoundation.org/libreoffice/stable/24.8.3/win/x86_64/LibreOffice_24.8.3_Win_x86-64_helppack_de.msi", + "https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64_helppack_de.msi", HashAlgorithm.SHA256, - "5dec7c38ab5b92b353b12988e64c0f92758b9754b7ed8abda17c62c55cb3d726", + "fcb5825128ca2722b0a2ff6a3287cad60c56e13d180a3f0aa466e6052096a490", signature, "/qn /norestart") );