diff options
| author | Mike McQuaid | 2015-03-20 11:07:09 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-20 11:07:54 +0000 |
| commit | 0367e7e112e5babb38bf2eed94b6a8fad7ac1329 (patch) | |
| tree | cba795b62b8193209a0fab556b5ff73e05a6224f | |
| parent | 92cda9837af73904a9593cee1d9c86c1d9dfc792 (diff) | |
| download | homebrew-0367e7e112e5babb38bf2eed94b6a8fad7ac1329.tar.bz2 | |
ruby-build: tweak layout, use sha256.
| -rw-r--r-- | Library/Formula/ruby-build.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb index ddfb3d255..dad45d4fe 100644 --- a/Library/Formula/ruby-build.rb +++ b/Library/Formula/ruby-build.rb @@ -1,12 +1,13 @@ require "formula" class RubyBuild < Formula - head "https://github.com/sstephenson/ruby-build.git" homepage "https://github.com/sstephenson/ruby-build" - sha1 "31c2e082b3fc82e90f86ff787184ecf0f9ace659" url "https://github.com/sstephenson/ruby-build/archive/v20150319zf.tar.gz" + sha256 "5c6c34aad60df2b93e30fc2263fa400bfe20cbd4e2ceaf497431fb3568bdb738" version "20150319zf" + head "https://github.com/sstephenson/ruby-build.git" + depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run] depends_on "openssl" => :recommended |
