diff options
Diffstat (limited to 'Library/Formula/pyenv.rb')
| -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 a1d1b5abf..4f0673cd8 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -3,8 +3,8 @@ require "formula" class Pyenv < Formula homepage "https://github.com/yyuu/pyenv" head "https://github.com/yyuu/pyenv.git" - url "https://github.com/yyuu/pyenv/archive/v0.4.0-20140602.tar.gz" - sha1 "615c425a70c1979908c9a6be81f8b68ec57b7ea0" + url "https://github.com/yyuu/pyenv/archive/v20140614.tar.gz" + sha1 "5cb6d4a7d6431a7767775fb1107d2afb8059e86a" depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run] |
