mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/ugene: Updated for version 47.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3675807988
commit
a90db3a811
2 changed files with 4 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=ugene
|
PRGNAM=ugene
|
||||||
VERSION=${VERSION:-46.0}
|
VERSION=${VERSION:-47.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="ugene"
|
PRGNAM="ugene"
|
||||||
VERSION="46.0"
|
VERSION="47.0"
|
||||||
HOMEPAGE="http://ugene.net/"
|
HOMEPAGE="http://ugene.net/"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://github.com/ugeneunipro/ugene/archive/46.0/ugene-46.0.tar.gz"
|
DOWNLOAD_x86_64="https://github.com/ugeneunipro/ugene/archive/47.0/ugene-47.0.tar.gz"
|
||||||
MD5SUM_x86_64="387c7067427c32f40d375f5a23a4bcab"
|
MD5SUM_x86_64="abcfd6602f5b2741ee45ff566ef17125"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Petar Petrov"
|
MAINTAINER="Petar Petrov"
|
||||||
EMAIL="slackalaxy@gmail.com"
|
EMAIL="slackalaxy@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue