diff options
| author | Justin Pitts | 2014-06-09 13:51:41 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-10 08:02:51 +0100 |
| commit | 37baba1d8ca6c94300e2a741193193418c411463 (patch) | |
| tree | b114efce2f80df5afdb43ccb11828fb10452887f /Library/Formula | |
| parent | 3726201af3020e019b233b250b1bf7cf3fbdfa30 (diff) | |
| download | homebrew-37baba1d8ca6c94300e2a741193193418c411463.tar.bz2 | |
sqsh: fix domain.
It appears that domain ownership for sqsh.org has changed.
This seems like it might be a good substitute.
Closes #30012.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sqsh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sqsh.rb b/Library/Formula/sqsh.rb index b617a7402..edf3f9638 100644 --- a/Library/Formula/sqsh.rb +++ b/Library/Formula/sqsh.rb @@ -1,7 +1,7 @@ require 'formula' class Sqsh < Formula - homepage 'http://www.sqsh.org/' + homepage 'http://www.cs.washington.edu/~rose/sqsh/sqsh.html' url 'https://downloads.sourceforge.net/project/sqsh/sqsh/sqsh-2.5/sqsh-2.5.16.1.tgz' sha1 '1bdbab03ab96f53d0a0a279ba2518643225c6460' |
