diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-01 19:48:32 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:46 +0700 |
commit | 4111645453a3e48b408cc56f2428d1a6472aeb49 (patch) | |
tree | 4afa06002f33eab945d0fe01213e8d147f1a8bba | |
parent | 29851b1dbd63843afb45f1707d6874d0eccd18a5 (diff) | |
download | slackbuilds-4111645453a3e48b408cc56f2428d1a6472aeb49.tar.gz |
audio/fantasia: Use zulu-openjdk8.
openjdk8 currently ftb.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/fantasia/README | 6 | ||||
-rw-r--r-- | audio/fantasia/fantasia.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/fantasia/README b/audio/fantasia/README index 8914f3bc2e..667cf25ee9 100644 --- a/audio/fantasia/README +++ b/audio/fantasia/README @@ -1,5 +1,5 @@ fantasia (Java-based GUI frontend for LinuxSampler) -Although I've listed openjdk8 as a required dependency, other JDK -implementations such as jdk (Oracle) or adoptopenjdk probably work -too. I just haven't tested them myself. +Although I've listed zulu-openjdk8 as a required dependency, other +JDK implementations such as jdk (Oracle) probably work too. I just +haven't tested them myself. diff --git a/audio/fantasia/fantasia.info b/audio/fantasia/fantasia.info index a43f84ab7b..f366c33cba 100644 --- a/audio/fantasia/fantasia.info +++ b/audio/fantasia/fantasia.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/jsampler/Fantasia/Fantasia%20 MD5SUM="55f781785224cf7fc1c5999b683f9577" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="openjdk8 linuxsampler" +REQUIRES="zulu-openjdk8 linuxsampler" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |