diff options
| author | asaph | 2014-02-18 20:16:15 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-21 11:08:56 +0000 |
| commit | f9bae11ec1dd7fcc35f032efaafa725c32b57695 (patch) | |
| tree | def3f4bb3a7ba78253518883f4f63c61de81e97a /Library | |
| parent | 662add5a93b7514c87d4b42c26012e7886623367 (diff) | |
| download | homebrew-f9bae11ec1dd7fcc35f032efaafa725c32b57695.tar.bz2 | |
zpython 5.0.5
Closes #26831.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zpython.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/zpython.rb b/Library/Formula/zpython.rb index 274d044b7..ba1c3f16a 100644 --- a/Library/Formula/zpython.rb +++ b/Library/Formula/zpython.rb @@ -15,16 +15,16 @@ end class Zpython < Formula homepage 'https://bitbucket.org/ZyX_I/zsh' - url 'http://www.zsh.org/pub/zsh-5.0.2.tar.bz2' - url 'http://downloads.sourceforge.net/project/zsh/zsh/5.0.2/zsh-5.0.2.tar.bz2' + url 'http://www.zsh.org/pub/zsh-5.0.5.tar.bz2' + url 'http://downloads.sourceforge.net/project/zsh/zsh/5.0.5/zsh-5.0.5.tar.bz2' # We prepend `00-` for the first version of the zpython module, which is # itself a patch on top of zsh and does not have own version number yes. # Hoping that upstream will provide tags that we could download properly. # Starting here with `00-`, so that once we get tags for the upstream # repository at https://bitbucket.org/ZyX_I/zsh.git, brew outdated will # be able to tell us to upgrade zpython. - version '00-5.0.2' - sha1 '9f55ecaaae7cdc1495f91237ba2ec087777a4ad9' + version '00-5.0.5' + sha1 '75426146bce45ee176d9d50b32f1ced78418ae16' head 'https://bitbucket.org/ZyX_I/zsh.git', :branch => 'zpython' @@ -44,6 +44,7 @@ class Zpython < Formula args = %W[ --disable-gdbm --enable-zpython + --with-tcsetpgrp ] system "autoreconf" |
