diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cairo.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index b5b8d6ee8..20c872137 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -1,8 +1,12 @@ require 'formula' +# Use a mirror because of: +# http://lists.cairographics.org/archives/cairo/2012-September/023454.html + class Cairo < Formula homepage 'http://cairographics.org/' url 'http://cairographics.org/releases/cairo-1.12.2.tar.xz' + mirror 'http://ftp-nyc.osuosl.org/pub/gentoo/distfiles/cairo-1.12.2.tar.xz' sha256 'b786bc4a70542bcb09f2d9d13e5e6a0c86408cbf6d1edde5f0de807eecf93f96' keg_only :provided_pre_mountain_lion |
