Revision: 3952 http://trac.macosforge.org/projects/ruby/changeset/3952 Author: ernest.prabhakar@gmail.com Date: 2010-04-21 10:37:17 -0700 (Wed, 21 Apr 2010) Log Message: ----------- Updated get_nightly script for new location Modified Paths: -------------- MacRuby/trunk/tool/macruby_get_nightly.command Modified: MacRuby/trunk/tool/macruby_get_nightly.command =================================================================== --- MacRuby/trunk/tool/macruby_get_nightly.command 2010-04-21 04:34:41 UTC (rev 3951) +++ MacRuby/trunk/tool/macruby_get_nightly.command 2010-04-21 17:37:17 UTC (rev 3952) @@ -1,6 +1,6 @@ #!/bin/sh # Download and install the latest version of MacRuby -URL=http://macruby.icoretech.org/latest +URL=http://www.macruby.org/files/nightlies/ PKG=macruby_nightly-latest.pkg DOWNLOAD_DIR=~/Downloads DESTROOT=/
participants (1)
-
source_changes@macosforge.org