ruby-build 20140420
Closes Homebrew/homebrew#28542. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
786b8fb9d4
commit
43da267f4e
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/v20140408.tar.gz'
|
||||
sha1 '5f706cd3b0b31d6240cd92fe8191e0d8265de910'
|
||||
url 'https://github.com/sstephenson/ruby-build/archive/v20140420.tar.gz'
|
||||
sha1 'afc08419c7e1f58da3893d8dbc8478665f449f6e'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue