Skip to content

Commit

Permalink
ossp-uuid: change to a working mirror
Browse files Browse the repository at this point in the history
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#14265

Closes Homebrew#14288.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
nibbles 2bits authored and jacknagel committed Aug 19, 2012
1 parent bbc167b commit 5ab6cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/ossp-uuid.rb
Expand Up @@ -3,8 +3,8 @@
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"
Expand Down

0 comments on commit 5ab6cbf

Please sign in to comment.