summaryrefslogtreecommitdiffstats
path: root/openjdk/build/openjdk.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-06-14 14:47:53 +0000
committer Eric Hameleers <alien@slackware.com>2014-06-14 14:47:53 +0000
commit40667bba76c6a5fd5c5ff64958fd422eb51305a8 (patch)
tree564faa87641bbcfca586a3ee09ba49e40d9564eb /openjdk/build/openjdk.SlackBuild
parent8d8e08bb3006138742ae43ac015d842fcefe8fad (diff)
downloadasb-40667bba76c6a5fd5c5ff64958fd422eb51305a8.tar.gz
asb-40667bba76c6a5fd5c5ff64958fd422eb51305a8.tar.xz
openjdk 7u60_b30 with icedtea 2.5.0
Diffstat (limited to 'openjdk/build/openjdk.SlackBuild')
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild24
1 files changed, 12 insertions, 12 deletions
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index eb9cda42..a1fde011 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -23,9 +23,9 @@
PKGNAM1=openjdk
PKGNAM2=openjre
-JAVAVER=7u55
-JAVABLD=b14
-ICEDTEA=2.4.7
+JAVAVER=7u60
+JAVABLD=b30
+ICEDTEA=2.5.0
VERSION="${JAVAVER}_${JAVABLD}"
BUILD=${BUILD:-1}
@@ -51,15 +51,15 @@ DEBUGBUILD=${DEBUGBUILD:-"NO"}
# for all of these tarballs; if the tarball does not verify then it will be
# downloaded again:
-SRC_CACAO=cacao-e215e36be9fc.tar.gz
-SRC_JAMVM=jamvm-ac22c9948434e528ece451642b4ebde40953ee7e.tar.gz
-SRC_CORBA=corba.tar.gz
-SRC_HOTSPOT=hotspot.tar.gz
-SRC_JAXP=jaxp.tar.gz
-SRC_JAXWS=jaxws.tar.gz
-SRC_JDK=jdk.tar.gz
-SRC_LANGTOOLS=langtools.tar.gz
-SRC_OPENJDK=openjdk.tar.gz
+SRC_CACAO=cacao_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_JAMVM=jamvm_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_CORBA=corba_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_HOTSPOT=hotspot_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_JAXP=jaxp_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_JAXWS=jaxws_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_JDK=jdk_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_LANGTOOLS=langtools_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_OPENJDK=openjdk_${PKGNAM}-${ICEDTEA}.tar.gz
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )