academic/flexbar: Updated for version 3.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5274da7074
commit
62243f64af
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for flexbar
|
||||
|
||||
# Copyright 2017 Rob van Nues
|
||||
# Copyright 2017-18 Rob van Nues
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,12 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flexbar
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
LIBNAM=seqan-library
|
||||
LIBVER=${LIBVER:-2.2.0}
|
||||
LIBVER=${LIBVER:-2.4.0}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="flexbar"
|
||||
VERSION="3.1.0"
|
||||
VERSION="3.4.0"
|
||||
HOMEPAGE="https://github.com/seqan/flexbar"
|
||||
DOWNLOAD="https://github.com/seqan/flexbar/archive/v3.1.0/flexbar-3.1.0.tar.gz \
|
||||
https://github.com/seqan/seqan/releases/download/seqan-v2.2.0/seqan-library-2.2.0.tar.xz"
|
||||
MD5SUM="6054182bec3c4227baa32ce91a71896d \
|
||||
0070e035ac84c3c128b0e8dd2737b2d3"
|
||||
DOWNLOAD="https://github.com/seqan/flexbar/archive/v3.4.0/flexbar-3.4.0.tar.gz \
|
||||
https://github.com/seqan/seqan/releases/download/seqan-v2.4.0/seqan-library-2.4.0.tar.xz"
|
||||
MD5SUM="ec45e1ca17003a7816b6d2bae61e7f46 \
|
||||
eeadf5544555c1e196537a888d02d09f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="tbb"
|
||||
MAINTAINER="Rob van Nues"
|
||||
EMAIL="rvnues at disroot {dot} org"
|
||||
EMAIL="sborg63@disroot.org"
|
||||
|
|
Loading…
Reference in New Issue