diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pixman.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pixman.rb b/Library/Formula/pixman.rb index 819c2267a..e07c49816 100644 --- a/Library/Formula/pixman.rb +++ b/Library/Formula/pixman.rb @@ -1,9 +1,9 @@ require 'formula' class Pixman < Formula - url 'http://www.cairographics.org/releases/pixman-0.21.6.tar.gz' + url 'http://cgit.freedesktop.org/pixman/snapshot/pixman-0.21.6.tar.bz2' homepage 'http://www.cairographics.org/' - sha1 'b22aaafc3b637470c9f04fae565e2a22eaf5e00a' + sha1 '7725825e3bdf3edbd00de8f4162c30d42387a8db' depends_on 'pkg-config' => :build |
