gd - fix head url to use hg

This commit is contained in:
Adam Vandenberg 2010-10-03 17:42:33 -07:00
parent 78d5393b6f
commit bcbccebbba

View file

@ -3,7 +3,7 @@ require 'formula'
class Gd <Formula
url "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz"
homepage "http://www.libgd.org"
head "http://bitbucket.org/pierrejoye/gd-libgd/"
head "http://bitbucket.org/pierrejoye/gd-libgd", :using => :hg
md5 "39ac48e6d5e0012a3bd2248a0102f209"
depends_on 'jpeg' => :recommended