diff options
| author | Andy Dirnberger | 2015-02-26 13:11:34 -0500 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-27 09:37:44 -0800 |
| commit | 22edf86801d557bc25bfce7c43f0eb6dfe189955 (patch) | |
| tree | a967ac0b856a19581bff7640a719811754b44528 /Library | |
| parent | 5d0c514e08c59a9064c585d263a537bf840e2302 (diff) | |
| download | homebrew-22edf86801d557bc25bfce7c43f0eb6dfe189955.tar.bz2 | |
pyenv 20150226
Closes #37222.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index 09c74cf72..8286fb036 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -1,8 +1,8 @@ class Pyenv < Formula homepage "https://github.com/yyuu/pyenv" head "https://github.com/yyuu/pyenv.git" - url "https://github.com/yyuu/pyenv/archive/v20150204.tar.gz" - sha1 "bba8eb5995897256ea8f038010be9a71bfb1f2cf" + url "https://github.com/yyuu/pyenv/archive/v20150226.tar.gz" + sha1 "31d681c33e1350c438c4bdce62a53ed58f8d1237" depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run] |
