diff options
| author | Per Cederberg | 2013-10-09 15:15:13 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-10-11 20:08:06 -0700 | 
| commit | b5f7394d37abe89c9dfd50b3612fa8ebbabfacae (patch) | |
| tree | 6d62859bce1e3cf240a9b6b391480de2c2f29e28 | |
| parent | e660f7266f2e5a71b1ff24bca3304abe115305ae (diff) | |
| download | homebrew-b5f7394d37abe89c9dfd50b3612fa8ebbabfacae.tar.bz2 | |
wait_on: fix URL
Closes #23168.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 c86989d52..9e576a8f0 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.ugh.net.au/pub/unix/wait_on/wait_on-1.1.tar.gz' +  url 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/wait_on-1.1.tar.gz'    sha1 '9e3fb51b6324f5aca7664fb8165f61a52bd5bd61'    depends_on :bsdmake | 
