Skip to content

Commit

Permalink
Merge pull request #8825 from heitbaum/fix
Browse files Browse the repository at this point in the history
commons-text: fix PKG_URL
  • Loading branch information
mglae authored Apr 20, 2024
2 parents 55f1ef5 + 4b9b2dd commit d01e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devel/commons-text/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d01e4af

Please sign in to comment.