ruby-build 20130628
Closes Homebrew/homebrew#20867. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6909f66add
commit
0ec12f5b0a
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/v20130518.tar.gz'
|
||||
sha1 '291bbadb2cf1201c976862da3a9da0a8300816f3'
|
||||
url 'https://github.com/sstephenson/ruby-build/archive/v20130628.tar.gz'
|
||||
sha1 'c34c1c2ecff95320b902ab59742284bddec3fe8f'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue