ruby-build 20130501
Closes Homebrew/homebrew#19560. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
76aa7d41c7
commit
e122e83d69
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/archive/v20130408.tar.gz'
|
||||
sha1 '238d3bc25576fa5201fc160e9179f419b0c6a3bd'
|
||||
url 'https://github.com/sstephenson/ruby-build/archive/v20130501.tar.gz'
|
||||
sha1 'f220a167bb6302d065bcc9c1b0a1e93228595cab'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue