From 518653b9d58d57fe536332829a00a21a2f2b6b39 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 20 Jul 2025 00:09:37 +0000 Subject: [PATCH] revbump(main/libcommons-lang3-java): 3.18.0-1 - Unfortunately, during the development of https://github.com/termux/termux-packages/pull/25127, `libcommons-lang3-java` was auto-updated to the same version as in my branch, and when I rebased and merged my branch, the automerge automerged the two bumps into the same version, but this has unfortunately prevented the change of dependency of `libcommons-lang3-java` from `openjdk-17` to `openjdk-21` from deploying into the mirror. --- packages/libcommons-lang3-java/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/libcommons-lang3-java/build.sh b/packages/libcommons-lang3-java/build.sh index 2900d45ee9..805c053f45 100644 --- a/packages/libcommons-lang3-java/build.sh +++ b/packages/libcommons-lang3-java/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A host of helper utilities for the java.lang API" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION="3.18.0" +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://dlcdn.apache.org/commons/lang/source/commons-lang3-${TERMUX_PKG_VERSION}-src.tar.gz TERMUX_PKG_SHA256=4a94ddeb6a5819c5d0aa5678d16cf97a672b06398b93a0e4f90594032ca991f7 TERMUX_PKG_AUTO_UPDATE=true