mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/spades: Updated for version 3.15.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f34c8b2184
commit
f9d9d4edfd
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for spades
|
||||
|
||||
# Copyright 2015-2022 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2015-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=spades
|
||||
VERSION=${VERSION:-3.15.4}
|
||||
VERSION=${VERSION:-3.15.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="spades"
|
||||
VERSION="3.15.4"
|
||||
VERSION="3.15.5"
|
||||
HOMEPAGE="http://cab.spbu.ru/software/spades/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://cab.spbu.ru/files/release3.15.4/SPAdes-3.15.4.tar.gz"
|
||||
MD5SUM_x86_64="736b64075147eabfc2b9e768f4547e63"
|
||||
DOWNLOAD_x86_64="http://cab.spbu.ru/files/release3.15.5/SPAdes-3.15.5.tar.gz"
|
||||
MD5SUM_x86_64="e181bf668ee96971458fb50cbfdaf604"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="slackalaxy@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue