diff options
Diffstat (limited to 'extra/source/jdk-6/jdk.SlackBuild')
-rwxr-xr-x | extra/source/jdk-6/jdk.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/source/jdk-6/jdk.SlackBuild b/extra/source/jdk-6/jdk.SlackBuild index 6c984d58..02eef970 100755 --- a/extra/source/jdk-6/jdk.SlackBuild +++ b/extra/source/jdk-6/jdk.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,8 +21,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=6u16 -DVER=1.6.0_16 +VERSION=6u20 +DVER=1.6.0_20 ARCH=x86_64 # only determines the lib path locations JAVA_ARCH=${JAVA_ARCH:-x64} # or i586 if you want the 32bit version BUILD=${BUILD:-1} |