academic/ugene: Updated for version 47.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2023-06-20 19:56:35 +07:00 committed by Willy Sudiarto Raharjo
parent 3675807988
commit a90db3a811
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ugene
VERSION=${VERSION:-46.0}
VERSION=${VERSION:-47.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,10 +1,10 @@
PRGNAM="ugene"
VERSION="46.0"
VERSION="47.0"
HOMEPAGE="http://ugene.net/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/ugeneunipro/ugene/archive/46.0/ugene-46.0.tar.gz"
MD5SUM_x86_64="387c7067427c32f40d375f5a23a4bcab"
DOWNLOAD_x86_64="https://github.com/ugeneunipro/ugene/archive/47.0/ugene-47.0.tar.gz"
MD5SUM_x86_64="abcfd6602f5b2741ee45ff566ef17125"
REQUIRES=""
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"