From 01049346b40a3c35fbd05aed19d37483da9cda98 Mon Sep 17 00:00:00 2001 From: Yuri Artemev Date: Tue, 8 Oct 2013 02:29:20 +0400 Subject: jruby 1.7.5 Closes #23112. Signed-off-by: Adam Vandenberg --- Library/Formula/jruby.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/jruby.rb b/Library/Formula/jruby.rb index 106afd1f9..39bf7e5ef 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.4/jruby-bin-1.7.4.tar.gz' - sha1 '7e48129c03268963e1493990973e52da85ab1f7f' + url 'http://jruby.org.s3.amazonaws.com/downloads/1.7.5/jruby-bin-1.7.5.tar.gz' + sha1 'ffe25392764db210cf385e61c4f0a410c6f2d32d' def install # Remove Windows files @@ -17,7 +17,7 @@ class Jruby < Formula end # Only keep the OS X native libraries - cd 'lib/native' do + cd 'lib/jni' do Dir['*'].each do |file| rm_rf file unless file.downcase == 'darwin' end -- cgit v1.2.3