aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyenv.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb
index 8286fb036..f8c061cb5 100644
--- a/Library/Formula/pyenv.rb
+++ b/Library/Formula/pyenv.rb
@@ -4,6 +4,12 @@ class Pyenv < Formula
url "https://github.com/yyuu/pyenv/archive/v20150226.tar.gz"
sha1 "31d681c33e1350c438c4bdce62a53ed58f8d1237"
+ bottle do
+ sha1 "4d256de5936dbb689726862db3521690eb27bf58" => :yosemite
+ sha1 "e7ac3085e6edeaa5f4f0bbf47f652beae5aa34cb" => :mavericks
+ sha1 "2c20ce150661552229a18a24f722e8603e9d40d3" => :mountain_lion
+ end
+
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]