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 7aa8af93f..f26952804 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/v20140628.tar.gz"
- sha1 "762659e66b454f8ef74f728ea9e1c4a0009a29ee"
+ url "https://github.com/yyuu/pyenv/archive/v20140705.tar.gz"
+ sha1 "9865df0053f77e4208ca244fb228ef19e7a29f11"
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]