ruby-build 20121104
* Add a definition for Ruby 2.0.0-preview1 * Add a definition for Rubinius 2.0.0-rc1 Closes Homebrew/homebrew#15855. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
29740efece
commit
ad222ab9d0
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/tarball/v20121022'
|
||||
sha1 '925b8eee613076f0b36bd9612a1dfb2abe03ff3f'
|
||||
url 'https://github.com/sstephenson/ruby-build/tarball/v20121104'
|
||||
sha1 'edda42338e7a6e35ff4f185079962d38c74a65f4'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue