ruby-build 20140224.1
Closes Homebrew/homebrew#26966. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2c04764574
commit
8df85e9836
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/v20140224.tar.gz'
|
||||
sha1 '33d355d768619a904c5fdb50024c017ecf090e74'
|
||||
url 'https://github.com/sstephenson/ruby-build/archive/v20140224.1.tar.gz'
|
||||
sha1 '482293b6afa524122538634f09366d27e82ff1c4'
|
||||
|
||||
head 'https://github.com/sstephenson/ruby-build.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue