diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2018-06-17 23:28:44 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 23:28:44 +0100 |
commit | 3077070c6950c06ab2b4abe0b10a73ebca15b2b1 (patch) | |
tree | d26f03e2b3fad941faea9f87224680263ec1739d /academic/fastqc/fastqc.SlackBuild | |
parent | c2ba3d3cc00331f1432369c8256d664db165273e (diff) |
academic/fastqc: Updated for version 0.11.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/fastqc/fastqc.SlackBuild')
-rw-r--r-- | academic/fastqc/fastqc.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/fastqc/fastqc.SlackBuild b/academic/fastqc/fastqc.SlackBuild index d57da0bc57..096d364dff 100644 --- a/academic/fastqc/fastqc.SlackBuild +++ b/academic/fastqc/fastqc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fastqc -# Copyright 2015-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2015-2018 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ PRGNAM=fastqc SRCNAM=FastQC -VERSION=${VERSION:-0.11.5} -SRCVER=${SRCVER:-v0.11.5} +VERSION=${VERSION:-0.11.7} +SRCVER=${SRCVER:-v0.11.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |