aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jruby.rb
diff options
context:
space:
mode:
authorLuke Amdor2009-11-03 10:41:13 -0600
committerAdam Vandenberg2009-11-18 10:09:21 -0800
commit29c44e2d2933e1f1570d1e80d3049ac12852ba61 (patch)
tree49664d0ae3a3498cae5f15f4bea09f9a0ca4c254 /Library/Formula/jruby.rb
parent78366e166945587596fa8a91cac38576ec45ba85 (diff)
downloadhomebrew-29c44e2d2933e1f1570d1e80d3049ac12852ba61.tar.bz2
Updated jruby to 1.4.0
Adam V: Also, remove non-Darwin native libs.
Diffstat (limited to 'Library/Formula/jruby.rb')
-rw-r--r--Library/Formula/jruby.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb
index f4087dfd3..ff2c4d613 100644
--- a/Library/Formula/jruby.rb
+++ b/Library/Formula/jruby.rb
@@ -3,10 +3,10 @@ require 'formula'
# My god! 20,000 files?!
# TODO trim that a bit? Seems crazy.
-class Jruby <Formula
- @url='http://dist.codehaus.org/jruby/1.3.1/jruby-src-1.3.1.tar.gz'
- @homepage='http://jruby.org/'
- @md5='c7e2aa4a3065db445a8b3e17ecff9fe0'
+class Jruby < Formula
+ url 'http://jruby.kenai.com/downloads/1.4.0/jruby-bin-1.4.0.tar.gz'
+ homepage 'http://www.jruby.org'
+ md5 'f37322c18e9134e91e064aebb4baa4c7'
def install
system "ant"