Merge pull request #9177 from heitbaum/url

[le12] commons-lang3: fix PKG_URL
This commit is contained in:
Christian Hewitt 2024-08-13 17:16:22 +04:00 committed by GitHub
commit 13228684f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ PKG_VERSION="3.14.0"
PKG_SHA256="317c3e3fcd5fcca3781a7996ff1e0c50c13244ee961e94e5f6f6d84b84733b16"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://commons.apache.org/proper/commons-lang/"
PKG_URL="https://dlcdn.apache.org/commons/lang/binaries/commons-lang3-${PKG_VERSION}-bin.tar.gz"
PKG_URL="https://archive.apache.org/dist/commons/lang/binaries/commons-lang3-${PKG_VERSION}-bin.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Apache Commons Lang provides a host of helper utilities for the java.lang API"
PKG_TOOLCHAIN="manual"