academic/ugene: Updated for version 46.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2023-04-21 09:31:29 +07:00 committed by Willy Sudiarto Raharjo
parent f9d9d4edfd
commit 328aeeafcb
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for ugene
# Copyright 2013-2022 Petar Petrov slackalaxy@gmail.com
# Copyright 2013-2023 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ugene
VERSION=${VERSION:-44.0}
VERSION=${VERSION:-46.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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