Skip to content

Commit

Permalink
update known information for LibreOffice to version 24.8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 12, 2024
1 parent c2fc2a0 commit 4d1e7b0
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.0.3",
"24.8.1.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.0/win/x86/LibreOffice_24.8.0_Win_x86.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.1/win/x86/LibreOffice_24.8.1_Win_x86.msi",
HashAlgorithm.SHA256,
"3a0e133ec4e86dab1894fe881558078a55d10ac6af8bb37d11b2748ab0d018b4",
"77e719b4f36edcfc223c715b3c810684049602df7ef4c9b9ce3f52a8018a806e",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.0/win/x86_64/LibreOffice_24.8.0_Win_x86-64.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.1/win/x86_64/LibreOffice_24.8.1_Win_x86-64.msi",
HashAlgorithm.SHA256,
"3c28f090c9921d10460a2db266bb024b690ad67fda178746278ca9aa1f60301e",
"6c666e48221d54c78362d2de06ad956fc794ac9ae31601d1d54c7c0907eff6a6",
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.0.3",
"24.8.1.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.0/win/x86/LibreOffice_24.8.0_Win_x86_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.1/win/x86/LibreOffice_24.8.1_Win_x86_helppack_de.msi",
HashAlgorithm.SHA256,
"f9db995f7518a05c4e2227e8a177ebd602eb7421d2498881337ef6c3dc69b529",
"a2cbbd277d094b8153a07ad5a2265f1c171eabe2a8d179c0e2d1bb7767a56b42",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.0/win/x86_64/LibreOffice_24.8.0_Win_x86-64_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.1/win/x86_64/LibreOffice_24.8.1_Win_x86-64_helppack_de.msi",
HashAlgorithm.SHA256,
"ccd7c13c88f62dcfb2b0dfbe84ae77181ec4fda57515c7a60c0e98e05f900d56",
"b47df9550fd6b7fd1504129c7977656264d744f53663f39e3a74e16e8f061531",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit 4d1e7b0

Please sign in to comment.