aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJoseph C2012-09-01 20:02:27 -0500
committerAdam Vandenberg2012-09-01 18:31:50 -0700
commit89ace3d6d9292cab2d5c64cc2818b962d6bf52c5 (patch)
tree876818ee96a9e57c34e16a956d17b688dbb4288a /Library
parent8301c5f3eef8792e7af096e3f83491f084172938 (diff)
downloadhomebrew-89ace3d6d9292cab2d5c64cc2818b962d6bf52c5.tar.bz2
z 1.4
Closes #14629. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/z.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/z.rb b/Library/Formula/z.rb
index 3a2e24887..613ba3dd5 100644
--- a/Library/Formula/z.rb
+++ b/Library/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.