Updated the pkg-config download
(FreeBSD added a dash in the subdomain; pkg-config instead of pkgconfig.) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f1d0779647
commit
5da68583a5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class PkgConfig <Formula
|
||||
homepage 'http://pkgconfig.freedesktop.org'
|
||||
url 'http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz'
|
||||
homepage 'http://pkg-config.freedesktop.org'
|
||||
url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz'
|
||||
md5 'a3270bab3f4b69b7dc6dbdacbcae9745'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue