aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDonald Stufft2014-12-11 08:45:58 -0500
committerMike McQuaid2014-12-11 14:00:19 +0000
commite15eb8f465b5740537b723c9ff0ab822d21252e2 (patch)
tree1aec61d65f444acbb41b07a653ed7fb38d6fa852 /Library
parentf478afb8539b3ba94caf3b2ed04fa4fa83628d6a (diff)
downloadhomebrew-e15eb8f465b5740537b723c9ff0ab822d21252e2.tar.bz2
pyenv 20141211
Upgrade pyenv to v20141211 Closes #34889. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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 4e7e9880f..f54bf5ba3 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/v20141127.tar.gz"
- sha1 "f022f5f719380ec79c299ab95e313d3f5fd2ede8"
+ url "https://github.com/yyuu/pyenv/archive/v20141211.tar.gz"
+ sha1 "b7c20679aafeed8ebe2b346013cfe80fd813dc45"
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]