From 8aa579d494bf5e9a34c3efb3d7ea35e09d3497d2 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 4 Jul 2023 10:42:04 +0100 Subject: [PATCH] Ports: Update URL of pkgconf release tarball See: https://github.com/pkgconf/pkgconf/commit/437c2a3218bfcb1cae7fa38a4ccd0cb29575ff07 --- Ports/pkgconf/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/pkgconf/package.sh b/Ports/pkgconf/package.sh index 5d1f98e7ca..c9d96600d1 100755 --- a/Ports/pkgconf/package.sh +++ b/Ports/pkgconf/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port=pkgconf version=1.8.0 -files="https://distfiles.dereferenced.org/pkgconf/pkgconf-${version}.tar.xz pkgconf-${version}.tar.xz ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf" +files="https://distfiles.ariadne.space/pkgconf/pkgconf-${version}.tar.xz pkgconf-${version}.tar.xz ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf" auth_type=sha256 useconfigure=true use_fresh_config_sub=true