diff options
| author | Scott Barron | 2009-12-21 11:25:01 -0500 |
|---|---|---|
| committer | Scott Barron | 2009-12-21 11:25:01 -0500 |
| commit | ffb002ed78ae3f8c3e7418abe39c561dbab588f6 (patch) | |
| tree | aa24f379200ad8ed7433372ae40d9d5bbf113448 /Library/Formula/jruby.rb | |
| parent | 6060088521e10ba997fcb86c79d881a0bb5e74ca (diff) | |
| download | homebrew-ffb002ed78ae3f8c3e7418abe39c561dbab588f6.tar.bz2 | |
The jruby-src doesn't seem to work with an installation like this, but the -bin does
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 17a5a1e7a..0f786731d 100644 --- a/Library/Formula/jruby.rb +++ b/Library/Formula/jruby.rb @@ -4,9 +4,9 @@ require 'formula' # TODO trim that a bit? Seems crazy. class Jruby < Formula - url 'http://jruby.kenai.com/downloads/1.4.0/jruby-src-1.4.0.tar.gz' + url 'http://jruby.kenai.com/downloads/1.4.0/jruby-bin-1.4.0.tar.gz' homepage 'http://www.jruby.org' - md5 'a363b6c2ea24f0ef8df478c93ac8cc59' + md5 'f37322c18e9134e91e064aebb4baa4c7' def install Dir.chdir 'bin' do |
