diff options
| author | Adam Vandenberg | 2014-02-15 11:03:22 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-15 11:03:22 -0800 |
| commit | 3242929d47c474185cb777b9697d85885fa921d6 (patch) | |
| tree | c45a7e6a9e88e08955622f30710c9f6bcd00509a /Library | |
| parent | cb2d7f4de708a56ab4520e0568a91ec0e31aff09 (diff) | |
| download | homebrew-3242929d47c474185cb777b9697d85885fa921d6.tar.bz2 | |
lynx: fix url
Closes #26726.
Closes #26729.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/lynx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lynx.rb b/Library/Formula/lynx.rb index afca26923..7157e4999 100644 --- a/Library/Formula/lynx.rb +++ b/Library/Formula/lynx.rb @@ -2,7 +2,7 @@ require 'formula' class Lynx < Formula homepage 'http://lynx.isc.org/release/' - url 'http://lynx.isc.org/release/lynx2.8.7.tar.bz2' + url 'http://lynx.isc.org/lynx2.8.7/lynx2.8.7.tar.bz2' sha1 'a34978f7f83cd46bd857cb957faa5a9120458afa' def install |
