commons-lang3: add v3.12.0 (#36025)

This commit is contained in:
Alec Scott 2023-03-11 23:26:28 -08:00 committed by GitHub
parent 9199dabc0b
commit 36d6660739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ class CommonsLang3(Package):
homepage = "https://commons.apache.org/proper/commons-lang/"
url = "https://archive.apache.org/dist/commons/lang/binaries/commons-lang3-3.7-bin.tar.gz"
version("3.12.0", sha256="33012465dfcb7f790aca333e09ebf105e2a5fb95c2c638b3df790d3efa908e28")
version("3.7", sha256="94dc8289ce90b77b507d9257784d9a43b402786de40c164f6e3990e221a2a4d2")
extends("openjdk")