pyenv 20141127

Closes Homebrew/homebrew#34489.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Makoto Sasaki 2014-11-27 15:27:56 +09:00 committed by Tim D. Smith
parent 20cffd5487
commit fce0520a8f

View file

@ -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]