zsh: add mirror

Fixes Homebrew/homebrew#16237.
This commit is contained in:
Jack Nagel 2012-11-26 09:46:46 -06:00
parent a7f7318574
commit 87a0d4eecb

View file

@ -3,6 +3,7 @@ require 'formula'
class Zsh < Formula
homepage 'http://www.zsh.org/'
url 'http://www.zsh.org/pub/zsh-5.0.0.tar.bz2'
mirror 'http://sourceforge.net/projects/zsh/files/zsh/5.0.0/zsh-5.0.0.tar.bz2'
sha1 '692669243433c55384a54b397a1cc926e582e9f2'
depends_on 'gdbm'