diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-01 20:15:32 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:48 +0700 |
commit | 7156a393b27297f1b6a05ec9d20cbcea2d0ee412 (patch) | |
tree | f0400552fde99d01e5f8dc38ff3d5914d84699ca /academic/TreeGraph | |
parent | 106d9af7bd83b98121b381a719abf4e83876b566 (diff) |
academic/TreeGraph: Use zulu-openjdk11.
Before the adoptopenjdk packages was switched to JDK12, it was
JDK11.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/TreeGraph')
-rw-r--r-- | academic/TreeGraph/TreeGraph.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/TreeGraph/TreeGraph.info b/academic/TreeGraph/TreeGraph.info index f1b09a32c3e6..9adcb3a2312c 100644 --- a/academic/TreeGraph/TreeGraph.info +++ b/academic/TreeGraph/TreeGraph.info @@ -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="adoptopenjdk" +REQUIRES="zulu-openjdk11" MAINTAINER="Petar Petrov" EMAIL="slackalaxy@gmail.com" |