diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-04-21 09:31:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-21 09:31:29 +0700 |
commit | 328aeeafcbbd48acf3125b285127586c6ab3c393 (patch) | |
tree | c75487259dc514ad2edce8aac82098022ead5631 /academic/ugene/ugene.SlackBuild | |
parent | f9d9d4edfd1ecd9db8d4c1538f7a812b8e898f52 (diff) |
academic/ugene: Updated for version 46.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/ugene/ugene.SlackBuild')
-rw-r--r-- | academic/ugene/ugene.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/ugene/ugene.SlackBuild b/academic/ugene/ugene.SlackBuild index 1b758cca57..ffd0feee5c 100644 --- a/academic/ugene/ugene.SlackBuild +++ b/academic/ugene/ugene.SlackBuild @@ -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} |