ant: -> 1.10.10; dependency changed from openjdk8 to openjdk16-jdk

This commit is contained in:
Tim Biermann 2021-08-22 00:07:20 +02:00
parent e575a9eb22
commit 5cf054b717
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33FvnThaPcV3cEfQMqp1jYZSEQ/XsMg6Rk443EbAY9OAEp2NuUcgCBVI3sCW2hEBwKR6QGHeWrkTfpjWiYOWzgw=
SHA256 (Pkgfile) = a8ef962e73d22b6516e9f1a67bf4af7c74893a261fbd6e2ab898c12e6ea5f52f
RWSagIOpLGJF3wAyvdZ5ScpPCRZOs6monDAQmR5oUFVsek5oDTAtEQT43AVDOuryA5MqvYUcPk9w5/WJpy3WkNDEh4gitTQSww8=
SHA256 (Pkgfile) = 9ef2136f0d3f482edbc9f66a9af5207530588baf89c89cde4894c9299d05d66f
SHA256 (.footprint) = 12c3d185e494867aafcde175bb3f702fa4ba9fd9c17753c8ba16def4a28290d0
SHA256 (apache-ant-1.10.10-src.tar.xz) = c8ab046eaca09d2c3fa0cdf1a681740e31f8afad0ad6bc346fe51d16fdc6d92d
SHA256 (ant.conf) = df69b76897e52764ad65e2536ce73dc98f4df014c88551dcdfc802c10ec26ee6

View File

@ -1,7 +1,7 @@
# Description: Ant is a Java-based build tool.
# URL: http://ant.apache.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: openjdk8
# Depends on: openjdk16-jdk
# Optional: python
name=ant
@ -17,7 +17,7 @@ build() {
src/script/runant.py
unset JAVA_HOME
export JAVA_HOME='/usr/lib/java/openjdk8'
export JAVA_HOME='/usr/lib/java/openjdk16-jdk'
./bootstrap.sh
bootstrap/bin/ant -Ddest=optional -f fetch.xml