pkg-config: update URLs

Closes Homebrew/homebrew#11919.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Daniel Passos 2012-04-27 23:56:56 -03:00 committed by Adam Vandenberg
parent 066c02f8b0
commit 18e464feb9

View file

@ -1,12 +1,12 @@
require 'formula'
class PkgConfig < Formula
homepage 'http://pkg-config.freedesktop.org'
homepage 'http://pkgconfig.freedesktop.org'
# yes we know pkg-config 0.26 is now out, however it depends on glib
# this is totally ridiculous dependency and we refuse to upgrade until
# someone can prove we must.
url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz'
url 'http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz'
md5 'a3270bab3f4b69b7dc6dbdacbcae9745'
def install