From 5b17c0798448b06d5feea6a25da1d2dbb52f45de Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 13 Jun 2013 21:04:09 +0900 Subject: pyenv: New version 20130613 The pyenv version is the date-like part. The file is v0.4.0-20130613.tar.gz and the 0.4.0 part is taken from upstream rbenv, so that pyenv is the latter part. Homebrew currently autodetects only the last part, so we don't have to explicitly set the version. Closes #20462. Signed-off-by: Samuel John --- Library/Formula/pyenv.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index e9851640d..84b33bc97 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -2,8 +2,9 @@ require 'formula' class Pyenv < Formula homepage 'https://github.com/yyuu/pyenv' - url 'https://github.com/yyuu/pyenv/archive/v0.2.0.tar.gz' - sha1 '5006b20f5e19e5de765410986054c98c6d83494b' + version "20130613" + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20130613.tar.gz' + sha1 '58fab2ac96b66583299be48394b3dece2eb84155' head 'https://github.com/yyuu/pyenv.git' -- cgit v1.2.3