diff options
| author | Aku Kotkavuo | 2010-09-25 08:19:30 +0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-09-24 22:28:34 -0700 | 
| commit | b9c37d0aba81dd7b73a3092a648d4445573d655a (patch) | |
| tree | 522167f1e6bcae3d5299c314efda76a496746a87 | |
| parent | 0fd09fb62d71d97a6c7db6292d126ac4c108cd23 (diff) | |
| download | homebrew-b9c37d0aba81dd7b73a3092a648d4445573d655a.tar.bz2 | |
Update rubinius to 1.1.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/rubinius.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rubinius.rb b/Library/Formula/rubinius.rb index e46fada20..2a453bf1b 100644 --- a/Library/Formula/rubinius.rb +++ b/Library/Formula/rubinius.rb @@ -1,10 +1,10 @@  require 'formula'  class Rubinius < Formula -  url 'http://asset.rubini.us/rubinius-1.0.1-20100603.tar.gz' -  version '1.0.1' +  url 'http://asset.rubini.us/rubinius-1.1.0-20100923.tar.gz' +  version '1.1.0'    homepage 'http://rubini.us/' -  md5 'eb185703c7ae0c0210e8dcb7f783ee8e' +  md5 'e2ae16238b201de09975abe19da09ea9'    head 'git://github.com/evanphx/rubinius.git'    # Do not strip binaries, or else it fails to run.  | 
