Browse Source

Installer: Update go from 1.2rc3 to 1.2 (release)

kardianos 11 years ago
parent
commit
6adbc7e997
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/windows/installer.ps1

+ 1 - 1
toolset/setup/windows/installer.ps1

@@ -9,7 +9,7 @@ $python_installer_path    = "2.7.5/$python_installer_file"
 $python_version           = "27"
 $python_version           = "27"
 $wincache_installer_file  = "wincache-1.3.4-5.4-nts-vc9-x86.exe"
 $wincache_installer_file  = "wincache-1.3.4-5.4-nts-vc9-x86.exe"
 $wincache_installer_path  = "wincache-1.3.4/$wincache_installer_file"
 $wincache_installer_path  = "wincache-1.3.4/$wincache_installer_file"
-$go_installer_file        = "go1.2rc3.windows-amd64.msi"
+$go_installer_file        = "go1.2.windows-amd64.msi"
 $jre_installer_file       = "jre-7u25-windows-x64.exe"
 $jre_installer_file       = "jre-7u25-windows-x64.exe"
 $jdk_installer_file       = "jdk-7u45-windows-x64.exe"
 $jdk_installer_file       = "jdk-7u45-windows-x64.exe"
 $jdk_master_hash          = "943527ed9111cbb746d4ab2bb2c31cd6" 
 $jdk_master_hash          = "943527ed9111cbb746d4ab2bb2c31cd6"