# HG changeset patch # User Doug Simon # Date 1441377698 -7200 # Node ID 025869c88840eeafb196982806ef1f74264b5743 # Parent c334865b9d42350d81808f5e513e73c63936d943 use public https urls diff -r c334865b9d42 -r 025869c88840 mx.truffle/suite.py --- a/mx.truffle/suite.py Fri Sep 04 10:39:23 2015 +0200 +++ b/mx.truffle/suite.py Fri Sep 04 16:41:38 2015 +0200 @@ -10,7 +10,7 @@ }, "repositories" : { "lafo-snapshots" : { - "url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", + "url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "licenses" : ["GPLv2-CPE", "UPL"] }, }, @@ -22,7 +22,7 @@ "JLINE" : { "path" : "lib/jline-2.11.jar", "urls" : [ - "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/jline-2.11.jar", + "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/jline-2.11.jar", "https://search.maven.org/remotecontent?filepath=jline/jline/2.11/jline-2.11.jar", ], "sha1" : "9504d5e2da5d78237239c5226e8200ec21182040",