pkgconf: Update to new upstream URL (#38800)

See 437c2a3218
This commit is contained in:
Jonathon Anderson 2023-07-09 09:12:47 -05:00 committed by GitHub
parent 841402c57a
commit 3c14569b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ class Pkgconf(AutotoolsPackage):
homepage = "http://pkgconf.org/"
# URL must remain http:// so Spack can bootstrap curl
url = "https://distfiles.dereferenced.org/pkgconf/pkgconf-1.6.3.tar.xz"
url = "https://distfiles.ariadne.space/pkgconf/pkgconf-1.6.3.tar.xz"
version("1.9.5", sha256="1ac1656debb27497563036f7bffc281490f83f9b8457c0d60bcfb638fb6b6171")
version("1.8.0", sha256="ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf")