gd - fix head url to use hg
This commit is contained in:
parent
78d5393b6f
commit
bcbccebbba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue