From 22edf86801d557bc25bfce7c43f0eb6dfe189955 Mon Sep 17 00:00:00 2001 From: Andy Dirnberger Date: Thu, 26 Feb 2015 13:11:34 -0500 Subject: pyenv 20150226 Closes #37222. Signed-off-by: Tim D. Smith --- Library/Formula/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/pyenv.rb') diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index 09c74cf72..8286fb036 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -1,8 +1,8 @@ class Pyenv < Formula homepage "https://github.com/yyuu/pyenv" head "https://github.com/yyuu/pyenv.git" - url "https://github.com/yyuu/pyenv/archive/v20150204.tar.gz" - sha1 "bba8eb5995897256ea8f038010be9a71bfb1f2cf" + url "https://github.com/yyuu/pyenv/archive/v20150226.tar.gz" + sha1 "31d681c33e1350c438c4bdce62a53ed58f8d1237" depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run] -- cgit v1.2.3