ruby-build 20130901
Closes Homebrew/homebrew#22246. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
01e07e0596
commit
fc089b2e55
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/v20130806.tar.gz'
|
||||
sha1 'cd038bfb6ccdf7f3e8c284450a29326eacb3f1c6'
|
||||
url 'https://github.com/sstephenson/ruby-build/archive/v20130901.tar.gz'
|
||||
sha1 '0ade3bd4435b83d61c022c1b7cea2517032a30e2'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue