pkgconf: use alpine linux mirror to avoid ssl error (#8039)
This commit is contained in:
parent
9557a6881f
commit
b5c6bbb2a2
@ -32,7 +32,7 @@ class Pkgconf(AutotoolsPackage):
|
|||||||
maintaining compatibility."""
|
maintaining compatibility."""
|
||||||
|
|
||||||
homepage = "http://pkgconf.org/"
|
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.4.0', 'c509c0dad5a70aa4bc3210557b7eafce')
|
||||||
version('1.3.10', '9b63707bf6f8da6efb3868101d7525fe')
|
version('1.3.10', '9b63707bf6f8da6efb3868101d7525fe')
|
||||||
|
Loading…
Reference in New Issue
Block a user