| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "version": "7.1.3.2",
- "description": "Powerful office suite, modified version",
- "homepage": "https://libreoffice.org/",
- "license": "MPL-2.0",
- "suggest": {
- "Visual C++ Redistributable for Visual Studio 2015": "vcredist2015"
- },
- "architecture": {
- "64bit": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.3.2/win/x86_64/LibreOffice_7.1.3.2_Win_x64.msi#/dl.ism",
- "hash": "b5ececf9df20cc3628046a44d725400188ac83957043d28ebdccb3ce5aa83e0b"
- },
- "32bit": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.3.2/win/x86/LibreOffice_7.1.3.2_Win_x86.msi#/dl.ism",
- "hash": "467f783f941d1686aacf215b892da9eedf08e9e2807cd9553e157ae653ef1985"
- }
- },
- "pre_install": [
- "$_args = @{",
- " 'Path' = \"$dir\\$fname\"",
- " 'DestinationPath' = \"$dir\"",
- " 'Removal' = $true",
- "}",
- "if (get_config 'MSIEXTRACT_USE_LESSMSI' $false) { $_args.Add('ExtractDir', 'LibreOffice') }",
- "Expand-MsiArchive @_args"
- ],
- "shortcuts": [
- [
- "program\\sbase.exe",
- "LibreOffice\\LibreOffice Base"
- ],
- [
- "program\\scalc.exe",
- "LibreOffice\\LibreOffice Calc"
- ],
- [
- "program\\sdraw.exe",
- "LibreOffice\\LibreOffice Draw"
- ],
- [
- "program\\simpress.exe",
- "LibreOffice\\LibreOffice Impress"
- ],
- [
- "program\\smath.exe",
- "LibreOffice\\LibreOffice Math"
- ],
- [
- "program\\swriter.exe",
- "LibreOffice\\LibreOffice Writer"
- ]
- ],
- "checkver": {
- "url": "https://www.libreoffice.org/download/download/",
- "regex": "libreoffice-([\\d.]+)\\.tar\\.xz"
- },
- "autoupdate": {
- "architecture": {
- "64bit": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86_64/LibreOffice_$version_Win_x64.msi#/dl.ism"
- },
- "32bit": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86/LibreOffice_$version_Win_x86.msi#/dl.ism"
- }
- },
- "hash": {
- "url": "$url.sha256"
- }
- }
- }
|