From 7fd42f7b5e4e4570379e9db788eb3782067dc8c9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 18:27:12 -0400 Subject: [PATCH] apr-util: fix fetch --- srcpkgs/apr-util/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apr-util/template b/srcpkgs/apr-util/template index 17a94361cd3..9d8090e1d7f 100644 --- a/srcpkgs/apr-util/template +++ b/srcpkgs/apr-util/template @@ -17,7 +17,7 @@ short_desc="Apache Portable Runtime Utility Library" maintainer="Orphaned " license="Apache-2.0" homepage="https://apr.apache.org/" -distfiles="https://www.apache.org/dist/apr/${pkgname}-${version}.tar.bz2" +distfiles="https://archive.apache.org/dist/apr/${pkgname}-${version}.tar.bz2" checksum=d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b # fails to build tests make_check=no