summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index 18261bfa..9ce63bf0 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2011, 2012 Eric Hameleers, Eindhoven, The Netherlands
+# Copyright 2011, 2012, 2013 Eric Hameleers, Eindhoven, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,10 +25,10 @@ PKGNAM1=openjdk
PKGNAM2=openjre
JAVAVER=7u9
JAVABLD=b30
-ICEDTEA=2.3.3
+ICEDTEA=2.3.4
VERSION="${JAVAVER}_${JAVABLD}"
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-"alien"}
NUMJOBS=${NUMJOBS:--j6}