aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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]