diff options
| author | jsks | 2014-06-04 17:24:58 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-06-04 22:25:57 -0500 |
| commit | 76844608b378bb2a6d2eb506b90b4a3001a79f48 (patch) | |
| tree | a32785677435c1b08f4ecff36c73f8ff0cb00407 /Library/Formula/wait_on.rb | |
| parent | ba910145bc2e4c01ddeda028cbecedf3320f0b8d (diff) | |
| download | homebrew-76844608b378bb2a6d2eb506b90b4a3001a79f48.tar.bz2 | |
Switch url for freebsd distfiles
Closes #29882.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wait_on.rb')
| -rw-r--r-- | Library/Formula/wait_on.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wait_on.rb b/Library/Formula/wait_on.rb index a4356a651..558226b1c 100644 --- a/Library/Formula/wait_on.rb +++ b/Library/Formula/wait_on.rb @@ -2,7 +2,7 @@ require 'formula' class WaitOn < Formula homepage 'http://www.freshports.org/sysutils/wait_on/' - url 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/wait_on-1.1.tar.gz' + url 'http://distcache.freebsd.org/ports-distfiles/wait_on-1.1.tar.gz' sha1 '9e3fb51b6324f5aca7664fb8165f61a52bd5bd61' depends_on :bsdmake |
