From ffa194cc7e97170a500f4606b35f79ecd5dc2ab5 Mon Sep 17 00:00:00 2001 From: Makoto Sasaki Date: Thu, 27 Nov 2014 15:27:56 +0900 Subject: pyenv 20141127 Closes #34489. Signed-off-by: Tim D. Smith --- Library/Formula/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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] -- cgit v1.2.3