diff options
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 4f0673cd8..8205632b1 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/v20140614.tar.gz" -  sha1 "5cb6d4a7d6431a7767775fb1107d2afb8059e86a" +  url "https://github.com/yyuu/pyenv/archive/v20140615.tar.gz" +  sha1 "e5caf58319a4ccc393ea8f20378e43989d03deae"    depends_on "autoconf" => [:recommended, :run]    depends_on "pkg-config" => [:recommended, :run]  | 
