From 8ae6246c9794cb4f1199e62e05eef44799d02941 Mon Sep 17 00:00:00 2001 From: Joseph C Date: Sat, 1 Sep 2012 20:02:27 -0500 Subject: [PATCH] z 1.4 Closes Homebrew/homebrew#14629. Signed-off-by: Adam Vandenberg --- Formula/z.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/z.rb b/Formula/z.rb index 3a2e248875..613ba3dd56 100644 --- a/Formula/z.rb +++ b/Formula/z.rb @@ -2,8 +2,8 @@ require 'formula' class Z < Formula homepage 'https://github.com/rupa/z' - url 'https://github.com/rupa/z/tarball/v1.3' - sha1 '5c7b959fa4599ddde1e18cf5ffb048e1e3284140' + url 'https://github.com/rupa/z/tarball/v1.4' + sha1 'c5ca4988fa75b02a8f68a05a8bfb6bfd28aa7d08' head 'https://github.com/rupa/z.git' @@ -18,7 +18,7 @@ class Z < Formula . `brew --prefix`/etc/profile.d/z.sh ZSH USERS BACKWARD COMPATIBILITY WARNING: - z now handles 'precmd' set up for zsh. z (<=1.2) users using zsh should + z now handles 'precmd' set up for zsh. z (<=1.3) users using zsh should remove the precmd function that was described in the installation instructions for previous versions.