From cdcccb0577dce3ba3cb2311282c3408365a3e3c9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 17 Oct 2011 14:58:00 -0500 Subject: Utilize mirror support where appropriate These formulae were using mirrors before we added mirror support to Homebrew; fix them. Signed-off-by: Jack Nagel --- Library/Formula/ossp-uuid.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula/ossp-uuid.rb') diff --git a/Library/Formula/ossp-uuid.rb b/Library/Formula/ossp-uuid.rb index 5c4fd6b22..e73d3b875 100644 --- a/Library/Formula/ossp-uuid.rb +++ b/Library/Formula/ossp-uuid.rb @@ -1,9 +1,8 @@ require 'formula' class OsspUuid < Formula - # url 'ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz' - # Official site is down, use a mirror - url 'http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz' + url 'ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz' + mirror 'http://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz' homepage 'http://www.ossp.org/pkg/lib/uuid/' md5 '5db0d43a9022a6ebbbc25337ae28942f' -- cgit v1.2.3