academic/TreeGraph: switch to adoptopenjdk

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2021-05-18 15:31:36 +03:00 committed by Willy Sudiarto Raharjo
parent a5daa9db40
commit ad88076ec6
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for TreeGraph
# Copyright 2018-2020 Petar Petrov slackalaxy@gmail.com
# Copyright 2018-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://treegraph.bioinfweb.info/Download/Complete/TreeGraph_2.15.0-887
MD5SUM="4ca90fbb7cb7aae9a37d99ac742bd22f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"
REQUIRES="adoptopenjdk"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"