Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Package: TheDocumentFoundation.LibreOffice #137709

Merged
merged 5 commits into from Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Created with komac v2.0.3
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: TheDocumentFoundation.LibreOffice
PackageVersion: 24.2.0.3
InstallerLocale: en-US
InstallerType: msi
Scope: machine
InstallerSwitches:
Expand Down Expand Up @@ -37,22 +36,22 @@ FileExtensions:
- xls
- xlsb
- xlsx
ReleaseDate: 2024-01-29
AppsAndFeaturesEntries:
- DisplayName: LibreOffice 24.2.0.3
UpgradeCode: '{4B17E523-5D91-4E69-BD96-7FD81CFA81BB}'
Installers:
- Architecture: x86
InstallerUrl: https://downloadarchive.documentfoundation.org/libreoffice/old/24.2.0.3/win/x86/LibreOffice_24.2.0.3_Win_x86.msi
InstallerUrl: https://download.documentfoundation.org/libreoffice/stable/24.2.0/win/x86/LibreOffice_24.2.0_Win_x86.msi
InstallerSha256: 2D5F64647BB67BBE0393F774C29F83EFF65241C4F89719057075097F30FF76CE
ProductCode: '{18A8D4E2-C6ED-4F1D-92A4-115AA9DEA86C}'
- Architecture: x64
InstallerUrl: https://downloadarchive.documentfoundation.org/libreoffice/old/24.2.0.3/win/x86_64/LibreOffice_24.2.0.3_Win_x86-64.msi
InstallerUrl: https://download.documentfoundation.org/libreoffice/stable/24.2.0/win/x86_64/LibreOffice_24.2.0_Win_x86-64.msi
InstallerSha256: 58DCF13D87EF1279F7229B69949B836B73CE5F039DDB54CDF091F8FEA28CC9F2
ProductCode: '{5A433714-C509-4707-BF0C-410D3FBCE8B3}'
- Architecture: arm64
InstallerUrl: https://downloadarchive.documentfoundation.org/libreoffice/old/24.2.0.3/win/aarch64/LibreOffice_24.2.0.3_Win_aarch64.msi
InstallerUrl: https://download.documentfoundation.org/libreoffice/stable/24.2.0/win/aarch64/LibreOffice_24.2.0_Win_aarch64.msi
InstallerSha256: 0EB0CFA8183DB4003FE361075D707C246CCB1E1D9EA0B5302DEABD3DF26E27B4
ProductCode: '{9CD47972-BA9D-4B71-9459-AD30FCADDD05}'
ManifestType: installer
ManifestVersion: 1.5.0
ReleaseDate: 2024-01-29
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with komac v2.0.3
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: TheDocumentFoundation.LibreOffice
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with komac v2.0.3
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: TheDocumentFoundation.LibreOffice
Expand Down