diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-09-15 08:43:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-15 08:43:44 +0700 |
commit | 005cdb6dcd392246fcdf2a15d7570817983d60d9 (patch) | |
tree | 7970f0e202eb92334d62b88398ad3650f82691ca | |
parent | 24da79a54c941f7c8cdc586b61a1f4d151b77f12 (diff) | |
download | slackbuilds-005cdb6dcd392246fcdf2a15d7570817983d60d9.tar.gz |
academic/spades: Updated for version 3.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/spades/spades.SlackBuild | 2 | ||||
-rw-r--r-- | academic/spades/spades.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/spades/spades.SlackBuild b/academic/spades/spades.SlackBuild index 9111d7444e..c15747f33b 100644 --- a/academic/spades/spades.SlackBuild +++ b/academic/spades/spades.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spades -VERSION=${VERSION:-3.14.0} +VERSION=${VERSION:-3.14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/spades/spades.info b/academic/spades/spades.info index 34c460730b..33a015e53e 100644 --- a/academic/spades/spades.info +++ b/academic/spades/spades.info @@ -1,10 +1,10 @@ PRGNAM="spades" -VERSION="3.14.0" +VERSION="3.14.1" HOMEPAGE="http://cab.spbu.ru/software/spades/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://cab.spbu.ru/files/release3.14.0/SPAdes-3.14.0.tar.gz" -MD5SUM_x86_64="e809eeb822fd103461a27eed39b6e709" +DOWNLOAD_x86_64="http://cab.spbu.ru/files/release3.14.1/SPAdes-3.14.1.tar.gz" +MD5SUM_x86_64="239f76e0ffe0e06d26f0a24f8d38f278" REQUIRES="" MAINTAINER="Petar Petrov" EMAIL="slackalaxy@gmail.com" |