zsh 4.3.17

master
Sorin Ionescu 2012-01-20 14:24:25 -05:00 committed by Adam Vandenberg
parent 67d35561e1
commit eb82cab951
1 changed files with 2 additions and 4 deletions

View File

@ -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'