aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndy Dirnberger2015-02-26 13:11:34 -0500
committerTim D. Smith2015-02-27 09:37:44 -0800
commit22edf86801d557bc25bfce7c43f0eb6dfe189955 (patch)
treea967ac0b856a19581bff7640a719811754b44528 /Library/Formula
parent5d0c514e08c59a9064c585d263a537bf840e2302 (diff)
downloadhomebrew-22edf86801d557bc25bfce7c43f0eb6dfe189955.tar.bz2
pyenv 20150226
Closes #37222. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pyenv.rb4
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]