pkgconf: use alpine linux mirror to avoid ssl error (#8039)

This commit is contained in:
Christoph Junghans 2018-05-07 10:46:58 -06:00 committed by GitHub
parent 9557a6881f
commit b5c6bbb2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ class Pkgconf(AutotoolsPackage):
maintaining compatibility."""
homepage = "http://pkgconf.org/"
url = "https://distfiles.dereferenced.org/pkgconf/pkgconf-1.3.10.tar.xz"
url = "http://distfiles.alpinelinux.org/distfiles/pkgconf-1.3.10.tar.xz"
version('1.4.0', 'c509c0dad5a70aa4bc3210557b7eafce')
version('1.3.10', '9b63707bf6f8da6efb3868101d7525fe')