aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authoryanniks2013-12-15 21:40:45 +0100
committerAdam Vandenberg2013-12-16 07:48:03 -0800
commita4fdb72dd872187d035cd913a20e5b37072d1496 (patch)
tree6f44550120fbe3a74cdf9461a58a6b887b677ec9 /Library/Formula
parent5b2c74df477d564fb7f546a92a9c21fd70338b90 (diff)
downloadhomebrew-a4fdb72dd872187d035cd913a20e5b37072d1496.tar.bz2
zsh 5.0.3
Closes #25241. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb11
1 files changed, 2 insertions, 9 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 255f5ff7c..1187d6c6a 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -2,9 +2,8 @@ require 'formula'
class Zsh < Formula
homepage 'http://www.zsh.org/'
- url 'http://www.zsh.org/pub/zsh-5.0.2.tar.bz2'
- mirror 'http://downloads.sourceforge.net/project/zsh/zsh/5.0.2/zsh-5.0.2.tar.bz2'
- sha1 '9f55ecaaae7cdc1495f91237ba2ec087777a4ad9'
+ url 'http://www.zsh.org/pub/zsh-5.0.3.tar.bz2'
+ sha1 'b7a80d2cdb83a871d869cfdf487bda8a18e01ef7'
depends_on 'gdbm'
depends_on 'pcre'
@@ -39,12 +38,6 @@ class Zsh < Formula
"$(libdir)/$(tzsh)/$(VERSION)", "$(libdir)"
system "make install"
-
- # See http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Accessing-On_002dLine-Help
- mkdir "helpfiles" do
- system "man zshall | colcrt - | perl ../Util/helpfiles"
- (share+"zsh/helpfiles").install Dir["*"]
- end
end
def test