ruby-build 20130222
* Upgraded to OpenSSL 1.0.1e * Added a definition for JRuby 1.7.3 * Added a definition for 1.9.3-p392 Closes Homebrew/homebrew#18019. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
c4c2ffd2b6
commit
61c292d77f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class RubyBuild < Formula
|
||||
homepage 'https://github.com/sstephenson/ruby-build'
|
||||
url 'https://github.com/sstephenson/ruby-build/tarball/v20130208'
|
||||
sha1 '66138408b7684c2119df7df4d6ced79ee6820018'
|
||||
url 'https://github.com/sstephenson/ruby-build/tarball/v20130222'
|
||||
sha1 'c09ff3848404da177deb75ae5943ab97a5b35468'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue