From 4b9b2ddf027ed624b7dfa8f3310274db3b469d3c Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sat, 20 Apr 2024 22:01:18 +0000 Subject: [PATCH] commons-text: fix PKG_URL --- packages/devel/commons-text/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/commons-text/package.mk b/packages/devel/commons-text/package.mk index c0277ca900..654ba2112a 100644 --- a/packages/devel/commons-text/package.mk +++ b/packages/devel/commons-text/package.mk @@ -6,7 +6,7 @@ PKG_VERSION="1.11.0" PKG_SHA256="4169cb90571fb28fad4c5eea7c1c994c18f1995452f73e8ea7a86087c0e3822e" PKG_LICENSE="Apache-2.0" PKG_SITE="https://commons.apache.org/proper/commons-text/" -PKG_URL="https://dlcdn.apache.org/commons/text/binaries/commons-text-${PKG_VERSION}-bin.tar.gz" +PKG_URL="https://archive.apache.org/dist/commons/text/binaries/commons-text-${PKG_VERSION}-bin.tar.gz" PKG_DEPENDS_TARGET="toolchain" PKG_LONGDESC="Apache Commons Text is a library focused on algorithms working on strings" PKG_TOOLCHAIN="manual"