diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-01 20:16:28 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:48 +0700 |
commit | 996149f768045ed833a91064157f4c4ac4517a79 (patch) | |
tree | 590fa23809ec136ed5224f2c45533383de089d7c /academic | |
parent | 351abefa6a79f6e49152ba548197b225450e0012 (diff) |
academic/wehi-weasel: 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')
-rw-r--r-- | academic/wehi-weasel/wehi-weasel.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/wehi-weasel/wehi-weasel.info b/academic/wehi-weasel/wehi-weasel.info index 1545b68aebe70..b8f069e748376 100644 --- a/academic/wehi-weasel/wehi-weasel.info +++ b/academic/wehi-weasel/wehi-weasel.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.frankbattye.com.au/Weasel/WeaselDownload.html" MD5SUM="d9154f7e71dbd1a8311f8cbd03b44090" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="adoptopenjdk" +REQUIRES="zulu-openjdk11" MAINTAINER="Petar Petrov" EMAIL="slackalaxy@gmail.com" |