diff options
| author | Yamashita Yuu | 2013-06-13 21:04:09 +0900 |
|---|---|---|
| committer | Samuel John | 2013-06-13 15:16:55 +0200 |
| commit | 5b17c0798448b06d5feea6a25da1d2dbb52f45de (patch) | |
| tree | 732a8057929b4ab8c0c04587f68fa132e4b58198 /Library/Formula | |
| parent | 4dd5b494366306f58b3495de0db4ea67db2cef3b (diff) | |
| download | homebrew-5b17c0798448b06d5feea6a25da1d2dbb52f45de.tar.bz2 | |
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 <github@SamuelJohn.de>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pyenv.rb | 5 |
1 files changed, 3 insertions, 2 deletions
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' |
