mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
java-commons-lang: update to 3.14.0.
This commit is contained in:
parent
81854075ff
commit
d1ff77ffb6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'java-commons-lang'
|
# Template file for 'java-commons-lang'
|
||||||
pkgname=java-commons-lang
|
pkgname=java-commons-lang
|
||||||
version=3.13.0
|
version=3.14.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="apache-maven openjdk17"
|
hostmakedepends="apache-maven openjdk17"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Helper utilities for the java.lang API"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://commons.apache.org/proper/commons-lang/"
|
homepage="https://commons.apache.org/proper/commons-lang/"
|
||||||
|
changelog="https://raw.githubusercontent.com/apache/commons-lang/master/RELEASE-NOTES.txt"
|
||||||
distfiles="https://archive.apache.org/dist/commons/lang/source/commons-lang3-${version}-src.tar.gz"
|
distfiles="https://archive.apache.org/dist/commons/lang/source/commons-lang3-${version}-src.tar.gz"
|
||||||
checksum=49bb80cd6d76270412bc77c48702a05845594e9a72d49243094b79bef1fd3b33
|
checksum=bc007577652f7cda7d5dc8801f218f88396ea1981cb4482679e839f5781e3b60
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export JAVA_HOME=/usr/lib/jvm/openjdk17
|
export JAVA_HOME=/usr/lib/jvm/openjdk17
|
||||||
|
|
Loading…
Add table
Reference in a new issue