changeset 2394:d327a9da4588

Switch to using IcedTea server for JamVM drops too. 2011-02-23 Xerxes Ranby <xerxes@zafena.se> * Makefile.am: (JAMVM_BASE_URL): Switch to using IcedTea server for JamVM drops too. (JAMVM_VERSION): Updated to latest JamVM revision. (JAMVM_SHA256SUM): Updated.
author Xerxes R?nby <xerxes@zafena.se>
date Wed, 23 Feb 2011 16:54:17 +0100
parents 8e028745e884
children bc3f282f0bc5
files ChangeLog Makefile.am
diffstat 2 files changed, 10 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 19 23:26:01 2011 +0100
+++ b/ChangeLog	Wed Feb 23 16:54:17 2011 +0100
@@ -1,3 +1,10 @@
+2011-02-23  Xerxes Ranby  <xerxes@zafena.se>
+
+	* Makefile.am: (JAMVM_BASE_URL): Switch to using IcedTea
+	server for JamVM drops too.
+	(JAMVM_VERSION): Updated to latest JamVM revision.
+	(JAMVM_SHA256SUM): Updated.
+
 2011-02-23  Xerxes Ranby  <xerxes@zafena.se>
 
 	JamVM: Try --with-additional-vms=jamvm topping!
--- a/Makefile.am	Thu May 19 23:26:01 2011 +0100
+++ b/Makefile.am	Wed Feb 23 16:54:17 2011 +0100
@@ -24,14 +24,9 @@
 CACAO_URL = $(CACAO_BASE_URL)/$(CACAO_VERSION).tar.bz2
 CACAO_SRC_ZIP = cacao-$(CACAO_VERSION).tar.bz2
 
-# The jamvm-3f02679901ac46985c9c3ac3f1b99e8eaf6a7e27.tar.gz got fetched from
-# http://git.berlios.de/cgi-bin/cgit.cgi/jamvm/snapshot/jamvm-3f02679901ac46985c9c3ac3f1b99e8eaf6a7e27.tar.gz
-# Unfortunally the generated .tar.gz by the berlios cgit snapshot function
-# keeps changing sha256sum. I have hosted a snapshot on labb.zafena.se
-# while we wait for the final JamVM 1.6.0 release.
-JAMVM_VERSION = 3f02679901ac46985c9c3ac3f1b99e8eaf6a7e27
-JAMVM_SHA256SUM = 396daf08896a71cfcddfabfbaf2d8b3f07557d8143eaaa93be25e2d80f30e165
-JAMVM_BASE_URL = http://labb.zafena.se/jamvm
+JAMVM_VERSION = 10329d9f3205698af125bba131b4f47339e81d90
+JAMVM_SHA256SUM = 0e87f22bc6a35c327ab343e7ca0e89512e3797aff93ee8a5539f0babfbd40f9b
+JAMVM_BASE_URL = http://icedtea.classpath.org/download/drops/jamvm
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz