|
@@ -3,8 +3,8 @@
|
|
#Author MeFisto94
|
|
#Author MeFisto94
|
|
set -e # Quit on Error
|
|
set -e # Quit on Error
|
|
|
|
|
|
-jdk_version="8u77"
|
|
|
|
-jdk_build_version="b03"
|
|
|
|
|
|
+jdk_version="8u111"
|
|
|
|
+jdk_build_version="b14"
|
|
platforms=( "linux-x64.tar.gz" "linux-i586.tar.gz" "windows-i586.exe" "windows-x64.exe" "macosx-x64.dmg" )
|
|
platforms=( "linux-x64.tar.gz" "linux-i586.tar.gz" "windows-i586.exe" "windows-x64.exe" "macosx-x64.dmg" )
|
|
|
|
|
|
function install_xar {
|
|
function install_xar {
|
|
@@ -268,4 +268,4 @@ build_other_jdk windows x86 i586
|
|
build_other_jdk windows x64 x64
|
|
build_other_jdk windows x64 x64
|
|
build_other_jdk linux x86 i586
|
|
build_other_jdk linux x86 i586
|
|
build_other_jdk linux x64 x64
|
|
build_other_jdk linux x64 x64
|
|
-cd ../../
|
|
|
|
|
|
+cd ../../
|