academic/sequence-analysis: switch to adoptopenjdk

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2021-05-18 16:52:36 +03:00 committed by Willy Sudiarto Raharjo
parent 26e3987764
commit c429be38a7
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 sequence-analysis
# Copyright 2011-2016 Petar Petrov slackalaxy@gmail.com
# Copyright 2011-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://sourceforge.net/projects/sboppetrov/files/sequence-analysis/1.7
MD5SUM="815c7e6a8717a9e2a7fedc9ed94fbd0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"
REQUIRES="adoptopenjdk"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"