diff options
| author | Victor Martinez | 2013-06-21 01:08:35 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-30 12:17:57 -0700 | 
| commit | 4392eba160bb396a44a917d364327007cbc112d6 (patch) | |
| tree | 40adf9a6aff442e72d6eff71f4c4658f72671e8e /Library/Formula/nzbget.rb | |
| parent | 6cf14a719646826fb37162c12b71c918d45acf78 (diff) | |
| download | homebrew-4392eba160bb396a44a917d364327007cbc112d6.tar.bz2 | |
Fixed several broken sourceforge.net download locations
Closes #20645.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/nzbget.rb')
| -rw-r--r-- | Library/Formula/nzbget.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nzbget.rb b/Library/Formula/nzbget.rb index 26a1b6d40..f37dc28fd 100644 --- a/Library/Formula/nzbget.rb +++ b/Library/Formula/nzbget.rb @@ -2,7 +2,7 @@ require 'formula'  class Libpar2 < Formula    homepage 'http://parchive.sourceforge.net/' -  url 'http://sourceforge.net/projects/parchive/files/libpar2/0.2/libpar2-0.2.tar.gz' +  url 'http://downloads.sourceforge.net/project/parchive/libpar2/0.2/libpar2-0.2.tar.gz'    sha1 '4b3da928ea6097a8299aadafa703fc6d59bdfb4b'    fails_with :clang do  | 
