| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "version": "7.1.0.3",
- "description": "Powerful office suite; fixed 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.0.3/win/x86_64/LibreOffice_7.1.0.3_Win_x64.msi",
- "hash": "5ddb51955849dc4fe39933047c1b65d044ec5b01ff88e8b81e0a15d8de638aed"
- },
- "32bit": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.0.3/win/x86/LibreOffice_7.1.0.3_Win_x86.msi",
- "hash": "258bae103cc76b01b943814c25fd37d1373c2b2e23a1f6c92d268510e708ed5f"
- }
- },
- "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"
- },
- "32bit": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/win/x86/LibreOffice_$version_Win_x86.msi"
- }
- },
- "hash": {
- "url": "$url.sha256"
- }
- }
- }
|