Skip to content

Commit

Permalink
update known information for LibreOffice to version 24.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 27, 2024
1 parent 80c8bf6 commit bd53414
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.1.2",
"24.8.2.1",
"^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.1/win/x86/LibreOffice_24.8.1_Win_x86.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86/LibreOffice_24.8.2_Win_x86.msi",
HashAlgorithm.SHA256,
"77e719b4f36edcfc223c715b3c810684049602df7ef4c9b9ce3f52a8018a806e",
"d67b1433759af6fc0b7acc683080ea42dc32e4e92019e4dca0f791e958d597d9",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.1/win/x86_64/LibreOffice_24.8.1_Win_x86-64.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86_64/LibreOffice_24.8.2_Win_x86-64.msi",
HashAlgorithm.SHA256,
"6c666e48221d54c78362d2de06ad956fc794ac9ae31601d1d54c7c0907eff6a6",
"8c4670cb43b5385bed7d97e1ccde55bf1fc3cf83ac15c41da8d87fd09a2f377a",
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.1.2",
"24.8.2.1",
"^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.1/win/x86/LibreOffice_24.8.1_Win_x86_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86/LibreOffice_24.8.2_Win_x86_helppack_de.msi",
HashAlgorithm.SHA256,
"a2cbbd277d094b8153a07ad5a2265f1c171eabe2a8d179c0e2d1bb7767a56b42",
"9eaed6312172733dd06ebcc080e9f14b74b45d3f630784a4522e868182bf45b0",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.8.1/win/x86_64/LibreOffice_24.8.1_Win_x86-64_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.8.2/win/x86_64/LibreOffice_24.8.2_Win_x86-64_helppack_de.msi",
HashAlgorithm.SHA256,
"b47df9550fd6b7fd1504129c7977656264d744f53663f39e3a74e16e8f061531",
"f49d9d85cf7b66c2650a5014f0da91f416fb999d99433056806e17974bd0eed7",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit bd53414

Please sign in to comment.