SF.net SVN: unattended:[4536] trunk/install/scripts/7-zip.bat

jjp3--- via unattended-cvs <[email protected]> Mon, 03 Jan 2022 08:57:12 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4536
          http://sourceforge.net/p/unattended/code/4536
Author:   jjp3
Date:     2022-01-03 08:57:12 +0000 (Mon, 03 Jan 2022)
Log Message:
-----------
7z ver2107

Modified Paths:
--------------
    trunk/install/scripts/7-zip.bat

Modified: trunk/install/scripts/7-zip.bat
===================================================================
--- trunk/install/scripts/7-zip.bat	2021-12-27 15:40:47 UTC (rev 4535)
+++ trunk/install/scripts/7-zip.bat	2022-01-03 08:57:12 UTC (rev 4536)
@@ -1,7 +1,7 @@
 :: OPTIONAL: Install 7-Zip
 :: HOME: http://www.7-zip.org/
-:: URL|ALL|http://www.7-zip.org/a/7z2104.msi|packages/sevenzip/7z2104-x86.msi
-:: URL|ALL|http://www.7-zip.org/a/7z2104-x64.msi|packages/sevenzip/7z2104-AMD64.msi
+:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/21.07/7z2107.msi|packages/sevenzip/7z2107-x86.msi
+:: URL|ALL|http://downloads.sourceforge.net/sevenzip/7-Zip/21.07/7z2107-x64.msi|packages/sevenzip/7z2107-AMD64.msi
 @Echo off
 
 if exist "%ProgramFiles%\7-ZIP\7z.exe" goto done
@@ -19,6 +19,6 @@
 )
 ENDLOCAL
 
-todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7z2104-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
+todo.pl "msiexec /qn /i %Z%\packages\sevenzip\7z2107-%PROCESSOR_ARCHITECTURE%.msi REBOOT=ReallySuppress"
 
 :done

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