diff options
| author | Adam Vandenberg | 2011-08-23 16:22:36 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-08-23 16:22:36 -0700 | 
| commit | 0689349bf72404a604ed25e7fb1902ae2063b534 (patch) | |
| tree | b8a1300435dbe1908ed6a079b5e887d41602cb0f /Library/Formula/jruby.rb | |
| parent | 137bd63cf227d7cdf890fe598ef37809394f483c (diff) | |
| download | homebrew-0689349bf72404a604ed25e7fb1902ae2063b534.tar.bz2 | |
JRuby 1.6.4
Diffstat (limited to 'Library/Formula/jruby.rb')
| -rw-r--r-- | Library/Formula/jruby.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb index 3f71fc5ce..e6c152a91 100644 --- a/Library/Formula/jruby.rb +++ b/Library/Formula/jruby.rb @@ -1,9 +1,9 @@  require 'formula'  class Jruby < Formula -  url 'http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz' +  url 'http://jruby.org.s3.amazonaws.com/downloads/1.6.4/jruby-bin-1.6.4.tar.gz'    homepage 'http://www.jruby.org' -  md5 '694b80e4eea784cdc1eb39fb1e3132c9' +  md5 '0e96b6f4d1c6f12b5ac480cd7ab7da78'    def install      # Remove Windows files  | 
