Fix md5 for ruby-build v20120423
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
198728c50a
commit
d95ecff6b8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class RubyBuild < Formula
|
||||
homepage 'https://github.com/sstephenson/ruby-build'
|
||||
url 'https://github.com/sstephenson/ruby-build/tarball/v20120423'
|
||||
md5 '39ec4348e5984356de79afe209d85b22'
|
||||
md5 'f2525a8930721a564b0cca15afd46ecf'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue