diff options
| author | Adam Vandenberg | 2013-08-05 11:04:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-05 11:04:23 -0700 |
| commit | d02e16c4415e41c7510442a1d58b98077e5e0ae4 (patch) | |
| tree | 3d7739936cf7688f63e4de32893b4a3f48c66629 /Library | |
| parent | 7cea0479f1a15d4d4314084de01633f0fd13a0fd (diff) | |
| download | homebrew-d02e16c4415e41c7510442a1d58b98077e5e0ae4.tar.bz2 | |
torrentcheck: fix audit
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/torrentcheck.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/torrentcheck.rb b/Library/Formula/torrentcheck.rb index 7b0e01dde..fe3b2906f 100644 --- a/Library/Formula/torrentcheck.rb +++ b/Library/Formula/torrentcheck.rb @@ -2,7 +2,7 @@ require 'formula' class Torrentcheck < Formula homepage 'http://torrentcheck.sourceforge.net/' - url 'http://sourceforge.net/projects/torrentcheck/files/torrentcheck-1.00.zip' + url 'http://downloads.sourceforge.net/project/torrentcheck/torrentcheck-1.00.zip' sha256 'a839f9ac9669d942f83af33db96ce9902d84f85592c99b568ef0f5232ff318c5' def install |
