From 353b795c5cad6252c6e85c33dbd4f8209f068783 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Sun, 19 Aug 2012 09:12:40 -0700 Subject: [PATCH] ossp-uuid: change to a working mirror ossp-uuid-1.6.2 has a flakey main ftp site, and they are no longer hosted on the current `mirror` site. Change the mirror to use the archive at googlecode. Fixes Homebrew/homebrew#14265 Closes Homebrew/homebrew#14288. Signed-off-by: Jack Nagel --- Formula/ossp-uuid.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ossp-uuid.rb b/Formula/ossp-uuid.rb index 134481bb0a..189eb5f154 100644 --- a/Formula/ossp-uuid.rb +++ b/Formula/ossp-uuid.rb @@ -3,8 +3,8 @@ require 'formula' class OsspUuid < Formula homepage 'http://www.ossp.org/pkg/lib/uuid/' 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' - md5 '5db0d43a9022a6ebbbc25337ae28942f' + mirror 'http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz' + sha1 '3e22126f0842073f4ea6a50b1f59dcb9d094719f' option :universal option "32-bit"