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 <jacknagel@gmail.com>
This commit is contained in:
parent
7a0646c8e1
commit
353b795c5c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue