pkg-config: roll back to 0.25
0.26 requires glib (or a bootstrap glib), and glib requires pkg-config so rather than dealing with Homebrew being broken, roll back to a previous version. See: https://github.com/mxcl/homebrew/issues/6974#issuecomment-1795355 http://thread.gmane.org/gmane.comp.package-management.pkg-config/620
This commit is contained in:
parent
58017e85e1
commit
3f7c1c3b0d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class PkgConfig < Formula
|
||||
homepage 'http://pkg-config.freedesktop.org'
|
||||
url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.26.tar.gz'
|
||||
md5 '47525c26a9ba7ba14bf85e01509a7234'
|
||||
url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz'
|
||||
md5 'a3270bab3f4b69b7dc6dbdacbcae9745'
|
||||
|
||||
def install
|
||||
paths = %W[
|
||||
|
|
Loading…
Reference in a new issue