SF.net SVN: unattended:[4533] trunk/install/scripts/libreoffice.bat

jjp3--- via unattended-cvs <[email protected]> Mon, 06 Dec 2021 23:49:07 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4533
          http://sourceforge.net/p/unattended/code/4533
Author:   jjp3
Date:     2021-12-06 23:49:07 +0000 (Mon, 06 Dec 2021)
Log Message:
-----------
LibreOffice 7.1.8 7.2.4

Modified Paths:
--------------
    trunk/install/scripts/libreoffice.bat

Modified: trunk/install/scripts/libreoffice.bat
===================================================================
--- trunk/install/scripts/libreoffice.bat	2021-12-02 12:07:32 UTC (rev 4532)
+++ trunk/install/scripts/libreoffice.bat	2021-12-06 23:49:07 UTC (rev 4533)
@@ -5,17 +5,17 @@
 :: "LibreOffice Fresh is the stable version with the most recent features.
 :: DEPLOYMENT INFO https://wiki.documentfoundation.org/Deployment_and_Migration
 :: Users interested in taking advantage of our most innovative features should download and use our fresh version."
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.7/win/x86/LibreOffice_7.1.7_Win_x86.msi|packages/libreoffice/libreoffice_7.1.7_win_x86_install.msi
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.7/win/x86_64/LibreOffice_7.1.7_Win_x64.msi|packages/libreoffice/libreoffice_7.1.7_win_AMD64_install.msi
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.2.3/win/x86/LibreOffice_7.2.3_Win_x86.msi|packages/libreoffice/libreoffice_7.2.3_win_x86_install.msi
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.2.3/win/x86_64/LibreOffice_7.2.3_Win_x64.msi|packages/libreoffice/libreoffice_7.2.3_win_AMD64_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.8/win/x86/LibreOffice_7.1.8_Win_x86.msi|packages/libreoffice/libreoffice_7.1.8_win_x86_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.8/win/x86_64/LibreOffice_7.1.8_Win_x64.msi|packages/libreoffice/libreoffice_7.1.8_win_AMD64_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.2.4/win/x86/LibreOffice_7.2.4_Win_x86.msi|packages/libreoffice/libreoffice_7.2.4_win_x86_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.2.4/win/x86_64/LibreOffice_7.2.4_Win_x64.msi|packages/libreoffice/libreoffice_7.2.4_win_AMD64_install.msi
 
 :: LibreOffice Still
 :: <http://www.libreoffice.org/download/libreoffice-still/>
 :: "LibreOffice Still is the stable version that has undergone more testing (over a longer time)
 :: It is usually recommended for more conservative use."
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.7/win/x86/LibreOffice_7.1.7_Win_x86.msi|packages/libreoffice/libreoffice_7.1.7_win_x86_install.msi
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.7/win/x86_64/LibreOffice_7.1.7_Win_x64.msi|packages/libreoffice/libreoffice_7.1.7_win_AMD64_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.8/win/x86/LibreOffice_7.1.8_Win_x86.msi|packages/libreoffice/libreoffice_7.1.8_win_x86_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/7.1.8/win/x86_64/LibreOffice_7.1.8_Win_x64.msi|packages/libreoffice/libreoffice_7.1.8_win_AMD64_install.msi
 
 :: libreOffice 5.4.x is last release that works on windows XP
 ::URL|ALL|http://downloadarchive.documentfoundation.org/libreoffice/old/5.4.7.2/win/x86/LibreOffice_5.4.7.2_Win_x86.msi|packages/libreoffice/libreoffice_5.4.7_win_x86_install.msi
@@ -24,7 +24,7 @@
 @echo off
 
 :: As default use the Still version but if this system is XP then use 5.4.x
-set VERSION=7.1.7
+set VERSION=7.1.8
 if "%WINVER%" == "winxpsp3" set VERSION=5.4.7
 
 todo.pl ".ignore-err 194 msiexec /qn /norestart /passive /i %Z%\packages\libreoffice\libreoffice_%VERSION%_win_%PROCESSOR_ARCHITECTURE%_install.msi"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.