aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ossp-uuid.rb
diff options
context:
space:
mode:
authorJack Nagel2011-10-17 14:58:00 -0500
committerJack Nagel2011-10-17 14:58:29 -0500
commitcdcccb0577dce3ba3cb2311282c3408365a3e3c9 (patch)
tree7ab608be0fffbdcf3d64d881e24bb2bda1da4b75 /Library/Formula/ossp-uuid.rb
parent81c5270a0a955a1f428871e42e4f3752fde6c34e (diff)
downloadhomebrew-cdcccb0577dce3ba3cb2311282c3408365a3e3c9.tar.bz2
Utilize mirror support where appropriate
These formulae were using mirrors before we added mirror support to Homebrew; fix them. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ossp-uuid.rb')
-rw-r--r--Library/Formula/ossp-uuid.rb5
1 files changed, 2 insertions, 3 deletions
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'