From f9bae11ec1dd7fcc35f032efaafa725c32b57695 Mon Sep 17 00:00:00 2001 From: asaph Date: Tue, 18 Feb 2014 20:16:15 -0800 Subject: zpython 5.0.5 Closes #26831. Signed-off-by: Mike McQuaid --- Library/Formula/zpython.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3