diff options
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 72021c6af66af..d0add9f9cd001 100644 --- a/academic/fastqc/fastqc.SlackBuild +++ b/academic/fastqc/fastqc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fastqc -# Copyright 2015-2018 Petar Petrov slackalaxy@gmail.com; 2018 Rob van Nues sborg63.org +# Copyright 2015-2018 Petar Petrov slackalaxy@gmail.com; 2018-2020 Rob van Nues sborg63.org # 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.8} -SRCVER=${SRCVER:-v0.11.8} +VERSION=${VERSION:-0.11.9} +SRCVER=${SRCVER:-v0.11.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |