aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorYuri Artemev2013-10-08 02:29:20 +0400
committerAdam Vandenberg2013-10-07 18:46:30 -0700
commit01049346b40a3c35fbd05aed19d37483da9cda98 (patch)
treeb0314579c8da78346a7ddb0351023f4279b212dd /Library/Formula
parent51ec5d820d7f554d7d60a769b2c0501751af6f20 (diff)
downloadhomebrew-01049346b40a3c35fbd05aed19d37483da9cda98.tar.bz2
jruby 1.7.5
Closes #23112. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jruby.rb6
1 files changed, 3 insertions, 3 deletions
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