zsh: fix url.
Closes Homebrew/homebrew#26460. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
95c3d9b450
commit
bb334c2e6d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Zsh < Formula
|
||||
homepage 'http://www.zsh.org/'
|
||||
url 'http://downloads.sourceforge.net/project/zsh/zsh/zsh-5.0.5.tar.bz2'
|
||||
url 'http://downloads.sourceforge.net/project/zsh/zsh/5.0.5/zsh-5.0.5.tar.bz2'
|
||||
mirror 'http://www.zsh.org/pub/zsh-5.0.5.tar.bz2'
|
||||
sha1 '75426146bce45ee176d9d50b32f1ced78418ae16'
|
||||
|
||||
|
|
Loading…
Reference in a new issue