File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 33 "homepage" : " https://www.java.com/" ,
44 "version" : " 8u421" ,
55 "license" : " https://www.oracle.com/technetwork/java/javase/terms/license/javase-license.html" ,
6+ "notes" : " Deprecated, no extraction source available." ,
67 "architecture" : {
78 "64bit" : {
89 "url" : " https://javadl.oracle.com/webapps/download/AutoDL?BundleId=250130_d8aa705069af427f9b83e66b34f5e380#/dl.tar.gz" ,
1718 "env_add_path" : " bin" ,
1819 "env_set" : {
1920 "JAVA_HOME" : " $dir"
20- },
21- "checkver" : {
22- "url" : " https://orasites-prodapp.cec.ocp.oraclecloud.com/content/published/api/v1.1/items/COREFA37E773006D4BE183DB8D7F504C5718?channelToken=1f7d2611846d4457b213dfc9048724dc" ,
23- "script" : [
24- " $ver = json_path $page $.fields.json.latest8Version" ,
25- " $secid = json_path $page $.fields.json.secID" ,
26- " $win32 = [int](json_path $page $.fields.json.win_offline_bundle) + 1" ,
27- " $win64 = [int](json_path $page $.fields.json.win_x64_bundle) + 1" ,
28- " Write-Output \" $ver $win32 $win64 $secid\" "
29- ],
30- "regex" : " (?<long>(?<ver>[\\ d.]+)_(?<build>[\\ d]+)) (?<win32b>[\\ d]+) (?<win64b>[\\ d]+) (?<secid>[\\ da-f]{32})" ,
31- "replace" : " 8u${build}"
32- },
33- "autoupdate" : {
34- "architecture" : {
35- "64bit" : {
36- "url" : " https://javadl.oracle.com/webapps/download/AutoDL?BundleId=$matchWin64b_$matchSecid#/dl.tar.gz"
37- },
38- "32bit" : {
39- "url" : " https://javadl.oracle.com/webapps/download/AutoDL?BundleId=$matchWin32b_$matchSecid#/dl.tar.gz"
40- }
41- },
42- "extract_dir" : " jre$matchLong"
4321 }
4422}
You can’t perform that action at this time.
0 commit comments