SF.net SVN: unattended:[4465] trunk/install/scripts/java.bat
jjp3--- via unattended-cvs <[email protected]> Mon, 14 Dec 2020 00:54:36 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4465
http://sourceforge.net/p/unattended/code/4465
Author: jjp3
Date: 2020-12-14 00:54:35 +0000 (Mon, 14 Dec 2020)
Log Message:
-----------
Java 8u271
Modified Paths:
--------------
trunk/install/scripts/java.bat
Modified: trunk/install/scripts/java.bat
===================================================================
--- trunk/install/scripts/java.bat 2020-12-01 14:11:42 UTC (rev 4464)
+++ trunk/install/scripts/java.bat 2020-12-14 00:54:35 UTC (rev 4465)
@@ -2,8 +2,8 @@
:: <http://www.java.com/en/download/manual.jsp>
:: <http://www.oracle.com/technetwork/java/javase/silent-136552.html>
::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=227550_e758a0de34e24606bca991d704f6dcbf|packages/jre/jre-8u151-windows-x86.exe
-::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=242988_a4634525489241b9a9e1aa73d9e118e6|packages/jre/jre-8u261-windows-x86.exe
-::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=242990_a4634525489241b9a9e1aa73d9e118e6|packages/jre/jre-8u261-windows-amd64.exe
+::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=243735_61ae65e088624f5aaa0b1d2d801acb16|packages/jre/jre-8u271-windows-x86.exe
+::URL|ALL|http://javadl.oracle.com/webapps/download/AutoDL?BundleId=243737_61ae65e088624f5aaa0b1d2d801acb16|packages/jre/jre-8u261-windows-amd64.exe
:: JRE version 7 is no longer available for public download, need to login and "agree" to download it:
:: <http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html>
@@ -14,7 +14,7 @@
:: Some Apps and websites does not work if you are using 64bit
:: to enable 64 change the VERSION variable.
-set VERSION=8u261-windows-x86
+set VERSION=8u271-windows-x86
::If system is XP then use version 8u151
if "%WINVER%" == "winxpsp3" set VERSION=8u151-windows-x86
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.