summaryrefslogtreecommitdiffstats
path: root/openjdk/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-07-18 23:57:54 +0000
committer Eric Hameleers <alien@slackware.com>2015-07-18 23:57:54 +0000
commit0c66bfa36b382540483276994b3fa0a3a30dcc26 (patch)
treeb02ff3adbb078f2cfe5f54732c11c2826e9116a4 /openjdk/build
parent65a7b7fa7ba2cbdce5e0f71d609dd340ff6d8fa2 (diff)
downloadasb-0c66bfa36b382540483276994b3fa0a3a30dcc26.tar.gz
asb-0c66bfa36b382540483276994b3fa0a3a30dcc26.tar.xz
openjdk: BUILDING.txt: update for icedtea-2.6.0
Diffstat (limited to 'openjdk/build')
-rw-r--r--openjdk/build/BUILDING.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/openjdk/build/BUILDING.txt b/openjdk/build/BUILDING.txt
index f9984302..6f272f16 100644
--- a/openjdk/build/BUILDING.txt
+++ b/openjdk/build/BUILDING.txt
@@ -14,15 +14,14 @@
# Check ICEDTEA_BRANCH value in Makefile.in:
ICEDTEA_MAJOR="icedtea7"
-ICEDTEA_BRANCH="2.5.5"
-ICEDTEA_VERSION="2.5.5"
-FORESTURL="http://icedtea.classpath.org/hg/release/${ICEDTEA_MAJOR}-forest-${ICEDTEA_BRANCH}"
+ICEDTEA_BRANCH="2.6.0"
+ICEDTEA_VERSION="2.6.0"
DROPURL="http://icedtea.classpath.org/download/drops"
SUPPURL="${DROPURL}/${ICEDTEA_MAJOR}/${ICEDTEA_BRANCH}"
# Get icedtea:
-wget -c http://icedtea.classpath.org/download/source/icedtea-${ICEDTEA_VERSION}.tar.gz
-wget -c http://icedtea.classpath.org/download/source/icedtea-${ICEDTEA_VERSION}.tar.gz.sig
+wget -c http://icedtea.classpath.org/download/source/icedtea-${ICEDTEA_VERSION}.tar.xz
+wget -c http://icedtea.classpath.org/download/source/icedtea-${ICEDTEA_VERSION}.tar.xz.sig
# Get supporting sources:
wget ${SUPPURL}/openjdk.tar.bz2 -O openjdk_icedtea-${ICEDTEA_VERSION}.tar.bz2
@@ -34,6 +33,7 @@ wget ${SUPPURL}/jaxws.tar.bz2 -O jaxws_icedtea-${ICEDTEA_VERSION}.tar.bz2
wget ${SUPPURL}/hotspot.tar.bz2 -O hotspot_icedtea-${ICEDTEA_VERSION}.tar.bz2
# Get these hash values from Makefile.in:
-wget ${DROPURL}/cacao/e215e36be9fc.tar.gz -O cacao_icedtea-${ICEDTEA_VERSION}.tar.gz
+# egrep '^CACAO_VERSION|^JAMVM_VERSION' Makefile.in
+wget ${DROPURL}/cacao/c182f119eaad.tar.xz -O cacao_icedtea-${ICEDTEA_VERSION}.tar.xz
wget ${DROPURL}/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz -O jamvm_icedtea-${ICEDTEA_VERSION}.tar.gz