SF.net SVN: unattended:[4694] trunk/install/scripts/libreoffice.bat
jjp3--- via unattended-cvs <[email protected]> Sat, 29 Mar 2025 08:09:13 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4694
http://sourceforge.net/p/unattended/code/4694
Author: jjp3
Date: 2025-03-29 08:09:13 +0000 (Sat, 29 Mar 2025)
Log Message:
-----------
LibreOffice Fresh 25.2.2
Modified Paths:
--------------
trunk/install/scripts/libreoffice.bat
Modified: trunk/install/scripts/libreoffice.bat
===================================================================
--- trunk/install/scripts/libreoffice.bat 2025-02-27 13:46:24 UTC (rev 4693)
+++ trunk/install/scripts/libreoffice.bat 2025-03-29 08:09:13 UTC (rev 4694)
@@ -1,12 +1,12 @@
::OPTIONAL: Install LibreOffice
::HOME: http://www.libreoffice.org/
-:: LibreOffice Fresh 25.2.1
+:: LibreOffice Fresh 25.2.2
:: <http://www.libreoffice.org/download/libreoffice-fresh/>
:: "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/25.2.1/win/x86/LibreOffice_25.2.1_Win_x86.msi|packages/libreoffice/libreoffice_25.2.1_win_x86_install.msi
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/25.2.1/win/x86_64/LibreOffice_25.2.1_Win_x86-64.msi|packages/libreoffice/libreoffice_25.2.1_win_AMD64_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/25.2.2/win/x86/LibreOffice_25.2.2_Win_x86.msi|packages/libreoffice/libreoffice_25.2.2_win_x86_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/25.2.2/win/x86_64/LibreOffice_25.2.2_Win_x86-64.msi|packages/libreoffice/libreoffice_25.2.2_win_AMD64_install.msi
:: LibreOffice Still
:: <http://www.libreoffice.org/download/libreoffice-still/>
@@ -13,8 +13,8 @@
:: "LibreOffice Still is the stable version that has undergone more testing (over a longer time)
:: It is usually recommended for more conservative use."
:: libreOffice 24.8.x is last release that works on windows 7 and 8/8.1
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/24.8.5/win/x86/LibreOffice_24.8.5_Win_x86.msi|packages/libreoffice/libreoffice_24.8.5_win_x86_install.msi
-::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/24.8.5/win/x86_64/LibreOffice_24.8.5_Win_x86-64.msi|packages/libreoffice/libreoffice_24.8.5_win_AMD64_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/24.8.6/win/x86/LibreOffice_24.8.6_Win_x86.msi|packages/libreoffice/libreoffice_24.8.6_win_x86_install.msi
+::URL|ALL|http://download.documentfoundation.org/libreoffice/stable/24.8.6/win/x86_64/LibreOffice_24.8.6_Win_x86-64.msi|packages/libreoffice/libreoffice_24.8.6_win_AMD64_install.msi
:: libreOffice 5.4.x is last release that works on windows XP
::URL|ALL|http://archive-na.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
@@ -23,8 +23,8 @@
@echo off
:: Old systems use diferent versions.
-set VERSION=24.8.5
+set VERSION=24.8.6
if "%WINVER%" == "winxpsp3" set VERSION=5.4.7
-if "%WINVER%" == "win7" set VERSION=24.8.5
+if "%WINVER%" == "win7" set VERSION=24.8.6
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.