ruby-build 20131115
Closes Homebrew/homebrew#24345. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
21a155def8
commit
954ed78101
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/v20131030.tar.gz'
|
||||
sha1 '64a3728d9bc9e81361036b87b843522b7bd152f8'
|
||||
url 'https://github.com/sstephenson/ruby-build/archive/v20131115.tar.gz'
|
||||
sha1 '19e215947d115445bc73caa6163388fdefb7e823'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue