mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/ugene: Updated for version 46.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f9d9d4edfd
commit
328aeeafcb
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for ugene
|
# Slackware build script for ugene
|
||||||
|
|
||||||
# Copyright 2013-2022 Petar Petrov slackalaxy@gmail.com
|
# Copyright 2013-2023 Petar Petrov slackalaxy@gmail.com
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=ugene
|
PRGNAM=ugene
|
||||||
VERSION=${VERSION:-44.0}
|
VERSION=${VERSION:-46.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="ugene"
|
PRGNAM="ugene"
|
||||||
VERSION="44.0"
|
VERSION="46.0"
|
||||||
HOMEPAGE="http://ugene.net/"
|
HOMEPAGE="http://ugene.net/"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://github.com/ugeneunipro/ugene/archive/44.0/ugene-44.0.tar.gz"
|
DOWNLOAD_x86_64="https://github.com/ugeneunipro/ugene/archive/46.0/ugene-46.0.tar.gz"
|
||||||
MD5SUM_x86_64="17877ec046aee360a82c8d7ab7b7cf07"
|
MD5SUM_x86_64="387c7067427c32f40d375f5a23a4bcab"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Petar Petrov"
|
MAINTAINER="Petar Petrov"
|
||||||
EMAIL="slackalaxy@gmail.com"
|
EMAIL="slackalaxy@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue