ruby 2.1.3
Closes Homebrew/homebrew#32440. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e579d86f08
commit
c9dfa9964f
1 changed files with 2 additions and 7 deletions
|
@ -2,15 +2,10 @@ require 'formula'
|
|||
|
||||
class Ruby < Formula
|
||||
homepage 'https://www.ruby-lang.org/'
|
||||
url "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.bz2"
|
||||
sha256 "6948b02570cdfb89a8313675d4aa665405900e27423db408401473f30fc6e901"
|
||||
revision 3
|
||||
url "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.3.tar.bz2"
|
||||
sha256 "36ce72f84ae4129f6cc66e33077a79d87b018ea7bf1dbc3d353604bf006f76d6"
|
||||
|
||||
bottle do
|
||||
revision 2
|
||||
sha1 "43b7f90a5329fd4a5afb7dce9fceff8d8d8e1ac8" => :mavericks
|
||||
sha1 "ac5dddb26583e72701691e8f89d6d5d9b1f64890" => :mountain_lion
|
||||
sha1 "2c55b4727bcc7ef3b1c5dd3207773ff1d52a5b38" => :lion
|
||||
end
|
||||
|
||||
head do
|
||||
|
|
Loading…
Reference in a new issue