aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-02-27 17:30:53 +0000
committerTim D. Smith2015-02-27 09:37:48 -0800
commitcc3c8a33ea8b18699c1fb9a44c031923df88dee7 (patch)
tree9551465f6f9f040e1a3f03429f7aae33da5620d3 /Library/Formula
parent22edf86801d557bc25bfce7c43f0eb6dfe189955 (diff)
downloadhomebrew-cc3c8a33ea8b18699c1fb9a44c031923df88dee7.tar.bz2
pyenv: add 20150226 bottle.
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]