academic/snpEff: switch to adoptopenjdk

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2021-05-18 16:53:24 +03:00 committed by Willy Sudiarto Raharjo
parent c429be38a7
commit 90d81a8782
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 snpEff
# Copyright 2015-2018 Petar Petrov slackalaxy@gmail.com
# Copyright 2015-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="https://sourceforge.net/projects/snpeff/files/snpEff_v4_3t_core.zip"
MD5SUM="1fa84a703580a423e27f1e14a945901c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"
REQUIRES="adoptopenjdk"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"