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 02eef970..db589f7d 100755 --- a/extra/source/jdk-6/jdk.SlackBuild +++ b/extra/source/jdk-6/jdk.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011 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=6u20 -DVER=1.6.0_20 +VERSION=6u25 +DVER=1.6.0_25 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} |