From 8cabfe8560c994818165ac86bd729bf00a1f6a54 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 2 Jun 2014 20:09:06 +0900 Subject: pyenv 0.4.0-20140602 Changes: * python-build: Add new Anaconda/Anaconda3 releases; anaconda-2.0.0, anaconda3-2.0.0 * python-build: Add new CPython release; 2.7.7 * python-build: Update default setuptools version (3.6 -> 4.0) * python-build: Respect environment variables of `CPPFLAGS` and `LDFLAGS` * python-build: Support for xz-compressed Python tarballs Closes #29768. Signed-off-by: Mike McQuaid --- Library/Formula/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index d113bb105..a1d1b5abf 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/v0.4.0-20140520.tar.gz" - sha1 "92586a9ed9a224872f9b0498dac16ead338fbbbc" + url "https://github.com/yyuu/pyenv/archive/v0.4.0-20140602.tar.gz" + sha1 "615c425a70c1979908c9a6be81f8b68ec57b7ea0" depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run] -- cgit v1.2.3