summaryrefslogtreecommitdiff
path: root/build.nsi
diff options
context:
space:
mode:
authorLotus <lotus@localhost>2012-02-24 09:11:48 +0100
committerLotus <lotus@localhost>2012-02-24 09:11:48 +0100
commit84f506da682c972dec14eca9923c949e8e0525eb (patch)
tree0803302cfe20d32685cff4c83dcc853bbecd7a79 /build.nsi
parent6e51a00a2f68fc0d6ec20333058257674d17f107 (diff)
update installed jre version
Diffstat (limited to 'build.nsi')
-rwxr-xr-xbuild.nsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.nsi b/build.nsi
index 9534a58f8..5991f0401 100755
--- a/build.nsi
+++ b/build.nsi
@@ -61,10 +61,10 @@ SetCompressor /SOLID LZMA
; User-Agent to see the 64bit link: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Win64; x64; Trident/4.0)
!define JRE_VERSION6 "1.6"
-; jre-6u30-windows-i586.exe
-!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=58125"
-; jre-6u30-windows-x64.exe
-!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=58126"
+; jre-6u31-windows-i586.exe
+!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=61044"
+; jre-6u31-windows-x64.exe
+!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=60338"
;!define JRE_32 "http://yacy.berlios.de/download.php?what=jre&version=32&yacyrevnr=@REPL_REVISION_NR@"
;!define JRE_64 "http://yacy.berlios.de/download.php?what=jre&version=64&yacyrevnr=@REPL_REVISION_NR@"