Skip to content

Commit

Permalink
update known information for LibreOffice to version 24.2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed May 3, 2024
1 parent 8972f11 commit d8fc988
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.2.2.2",
"24.2.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.2.2/win/x86/LibreOffice_24.2.2_Win_x86.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.2.3/win/x86/LibreOffice_24.2.3_Win_x86.msi",
HashAlgorithm.SHA256,
"17b796ed35f73699635383e157b2a9d2c9401a73097c5db501242441c43e4cda",
"fbbec994b6ff8fcf28b94675304762214e8d5c330f9406c9ff0b316d9eeb6134",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.2.2/win/x86_64/LibreOffice_24.2.2_Win_x86-64.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.2.3/win/x86_64/LibreOffice_24.2.3_Win_x86-64.msi",
HashAlgorithm.SHA256,
"a7251bca75603c3075477d090e17931dbeff32eb18808421d540fe5b21497a5f",
"12b988318452120d31a4c618bc6ac314ad3bf99157584d0c2bf6029801a4cf31",
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.2.2.2",
"24.2.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.2.2/win/x86/LibreOffice_24.2.2_Win_x86_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.2.3/win/x86/LibreOffice_24.2.3_Win_x86_helppack_de.msi",
HashAlgorithm.SHA256,
"36f3ef96f244b09bad20c5186ef6526f8795cf7835286812be5de53634687066",
"54f289f41aa9dc91d05c0d6aee3e43f001acd84fe27c766fb6c9ed53fe7dcdb5",
signature,
"/qn /norestart"),
new InstallInfoLibO(
"https://download.documentfoundation.org/libreoffice/stable/24.2.2/win/x86_64/LibreOffice_24.2.2_Win_x86-64_helppack_de.msi",
"https://download.documentfoundation.org/libreoffice/stable/24.2.3/win/x86_64/LibreOffice_24.2.3_Win_x86-64_helppack_de.msi",
HashAlgorithm.SHA256,
"4616c1fd03ea1fa7b2cca1b45595e487b57c4140253ea9a2d545700292f78b9b",
"80b6340bfd1691c3c18c91031e792c4de923f286f59ed9d6ed3e19233ba18781",
signature,
"/qn /norestart")
);
Expand Down

0 comments on commit d8fc988

Please sign in to comment.