Merge pull request #8825 from heitbaum/fix

commons-text: fix PKG_URL
This commit is contained in:
mglae 2024-04-21 00:13:29 +02:00 committed by GitHub
commit d01e4af7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"