diff options
| author | Lee Hanxue | 2014-05-08 12:43:59 +0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-05-08 07:07:16 -0700 | 
| commit | c2a3c728cd29e35a44638d9b1747b9a82fa1f552 (patch) | |
| tree | 8e57b314dfb4b6c269c3c3b3815655a2e10f716d /Library/Formula/jruby.rb | |
| parent | 4bf4ee77fa858bb5e56406504cf86564bd5ece3d (diff) | |
| download | homebrew-c2a3c728cd29e35a44638d9b1747b9a82fa1f552.tar.bz2 | |
jruby 1.7.12
Closes #29053.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 d5c09801a..8e701e54a 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.11/jruby-bin-1.7.11.tar.gz' -  sha1 '1bec9fa355603b11ac9a1caa2aec790b06de7e5f' +  url 'http://jruby.org.s3.amazonaws.com/downloads/1.7.12/jruby-bin-1.7.12.tar.gz' +  sha256 '2c15858dbc06d6346a30704fb6dcc779f2e67053566c9c21973f96e309eac609'    def install      # Remove Windows files  | 
