diff options
| author | Aaron Mildenstein | 2013-12-03 15:13:41 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-04 00:51:05 -0600 |
| commit | 33f114744970fb71b4d6b48e188f723c62091400 (patch) | |
| tree | e079c1924db8602f3f89ed47f213f1a418493ee6 /Library/Formula | |
| parent | c8bdd80f89c0c8b5499bc3daac7c4b8ce04467b3 (diff) | |
| download | homebrew-33f114744970fb71b4d6b48e188f723c62091400.tar.bz2 | |
jruby 1.7.8
Closes #24915.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 39bf7e5ef..17c6f23e7 100644 --- a/Library/Formula/jruby.rb +++ b/Library/Formula/jruby.rb @@ -2,8 +2,8 @@ require 'formula' class Jruby < Formula homepage 'http://www.jruby.org' - url 'http://jruby.org.s3.amazonaws.com/downloads/1.7.5/jruby-bin-1.7.5.tar.gz' - sha1 'ffe25392764db210cf385e61c4f0a410c6f2d32d' + url 'http://jruby.org.s3.amazonaws.com/downloads/1.7.8/jruby-bin-1.7.8.tar.gz' + sha1 '6008ad7776db4b2d9acb8470b956b010180056e9' def install # Remove Windows files |
