aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyenv.rb
diff options
context:
space:
mode:
authorMakoto Sasaki2014-11-27 15:27:56 +0900
committerTim D. Smith2014-11-26 23:02:22 -0800
commitffa194cc7e97170a500f4606b35f79ecd5dc2ab5 (patch)
tree2f45de5f19120fd9bf44a871916f4e419c4a4d7d /Library/Formula/pyenv.rb
parentb64c77e807f026f34f2bc51c0ff5312c03cf432f (diff)
downloadhomebrew-ffa194cc7e97170a500f4606b35f79ecd5dc2ab5.tar.bz2
pyenv 20141127
Closes #34489. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/pyenv.rb')
-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 7bccc1867..4e7e9880f 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/v20141106.tar.gz"
- sha1 "573ae5f998461f86df289fa13d8324614eee8d7d"
+ url "https://github.com/yyuu/pyenv/archive/v20141127.tar.gz"
+ sha1 "f022f5f719380ec79c299ab95e313d3f5fd2ede8"
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]