diff options
| author | jsks | 2014-06-05 01:11:55 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-05 10:36:16 +0100 |
| commit | 68770fc251d56740dfee19166c89e37f5d9e545a (patch) | |
| tree | 37e2db661210c3b36cef9d967a878a9907be9039 /Library/Formula | |
| parent | d31a169c6e14a63b4033ce212e1ab0ae65621025 (diff) | |
| download | homebrew-68770fc251d56740dfee19166c89e37f5d9e545a.tar.bz2 | |
trafshow: fix freebsd distfile url
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/trafshow.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/trafshow.rb b/Library/Formula/trafshow.rb index 71b440796..5e863fcc0 100644 --- a/Library/Formula/trafshow.rb +++ b/Library/Formula/trafshow.rb @@ -2,7 +2,7 @@ require 'formula' class Trafshow < Formula homepage 'http://soft.risp.ru/trafshow/index_en.shtml' - url 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/trafshow-5.2.3.tgz' + url 'http://distcache.freebsd.org/ports-distfiles/trafshow-5.2.3.tgz' sha1 '1c68f603f12357e932c83de850366c9b46e53d89' depends_on "libtool" => :build |
