pkg-config: fix mirror
Closes Homebrew/homebrew#31937. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dec38dbbd8
commit
2b14fd4aa0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class PkgConfig < Formula
|
||||
homepage 'http://pkgconfig.freedesktop.org'
|
||||
url 'http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz'
|
||||
mirror 'http://fossies.org/unix/privat/pkg-config-0.28.tar.gz'
|
||||
mirror 'http://fossies.org/linux/misc/pkg-config-0.28.tar.gz'
|
||||
sha256 '6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845'
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue