aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBarry Allard2013-12-21 03:10:10 -0800
committerMike McQuaid2013-12-21 12:28:18 +0000
commitb0df1245cdd232ce85123044a08abc28085a5734 (patch)
tree01ee8ece801f9dfdaa59a2a9e30ff262490f181b /Library
parent2c0a0dd107f60149c0a41a1c9e62fcacdb5a68be (diff)
downloadhomebrew-b0df1245cdd232ce85123044a08abc28085a5734.tar.bz2
zsh 5.0.4
Closes #25376. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zsh.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 07847103d..1ac3c34f4 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -2,9 +2,9 @@ require 'formula'
class Zsh < Formula
homepage 'http://www.zsh.org/'
- url 'http://fossies.org/linux/misc/zsh-5.0.3.tar.bz2'
- mirror 'http://www.zsh.org/pub/zsh-5.0.3.tar.bz2'
- sha1 'b7a80d2cdb83a871d869cfdf487bda8a18e01ef7'
+ url 'http://fossies.org/linux/misc/zsh-5.0.4.tar.bz2'
+ mirror 'http://www.zsh.org/pub/zsh-5.0.4.tar.bz2'
+ sha1 '9c52044531a7ffa6d299bffd8610399e4a000266'
depends_on 'gdbm'
depends_on 'pcre'