aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zsh.rb
diff options
context:
space:
mode:
authorSorin Ionescu2012-01-20 14:24:25 -0500
committerAdam Vandenberg2012-02-24 06:59:22 -0800
commit4ee175e1912b58a4de814653e2d1a7cc1930fcda (patch)
tree9e306d16af3c8a3f3f67235ac1eced593724cb1b /Library/Formula/zsh.rb
parente804abb6e71b70edf45f8489d589d33c3ceda09e (diff)
downloadhomebrew-4ee175e1912b58a4de814653e2d1a7cc1930fcda.tar.bz2
zsh 4.3.17
Diffstat (limited to 'Library/Formula/zsh.rb')
-rw-r--r--Library/Formula/zsh.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 18e193ad9..4e249fe98 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -2,10 +2,8 @@ require 'formula'
class Zsh < Formula
homepage 'http://www.zsh.org/'
- url 'http://www.zsh.org/pub/zsh-4.3.16.tar.gz'
- # switch back to sourceforge when 4.3.16 mirrors out
- # url 'http://sourceforge.net/projects/zsh/files/zsh-dev/4.3.16/zsh-4.3.16.tar.gz'
- md5 '95fc26c6f163178484860d31de98ac13'
+ url 'http://sourceforge.net/projects/zsh/files/zsh-dev/4.3.17/zsh-4.3.17.tar.gz'
+ md5 '9074077945550d6684ebe18b3b167d52'
depends_on 'gdbm'
depends_on 'libiconv'