|
@@ -10,9 +10,9 @@ $python_version = "27"
|
|
|
$wincache_installer_file = "wincache-1.3.4-5.4-nts-vc9-x86.exe"
|
|
|
$wincache_installer_path = "wincache-1.3.4/$wincache_installer_file"
|
|
|
$go_installer_file = "go1.2.windows-amd64.msi"
|
|
|
-$jre_installer_file = "jre-7u25-windows-x64.exe"
|
|
|
-$jdk_installer_file = "jdk-7u45-windows-x64.exe"
|
|
|
-$jdk_master_hash = "943527ed9111cbb746d4ab2bb2c31cd6"
|
|
|
+$jre_installer_file = "jre-7u51-windows-x64.exe"
|
|
|
+$jdk_installer_file = "jdk-7u51-windows-x64.exe"
|
|
|
+$jdk_master_hash = "d1367410be659f1b47e554e7bd011ea0"
|
|
|
# http://www.oracle.com/technetwork/java/javase/downloads/java-se-binaries-checksum-1956892.html
|
|
|
$resin_version = "resin-4.0.36"
|
|
|
$resin_installer_file = "$resin_version.zip"
|
|
@@ -337,4 +337,4 @@ $cygwin_install_dir = "C:\Cygwin"
|
|
|
Start-Process $cygwin_installer_local "-q -n -l $cygwin_installer_dir -s http://mirrors.kernel.org/sourceware/cygwin/ -R $cygwin_install_dir -P openssh" -WorkingDirectory "$cygwin_installer_dir" -Wait -RedirectStandardOutput $cygwin_installer_dir\install.log
|
|
|
$env:Path += ";$cygwin_install_dir;$cygwin_install_dir\bin"; [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::Machine)
|
|
|
|
|
|
-cd $basedir
|
|
|
+cd $basedir
|