diff options
-rw-r--r-- | academic/fastqc/fastqc.SlackBuild | 6 | ||||
-rw-r--r-- | academic/fastqc/fastqc.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/academic/fastqc/fastqc.SlackBuild b/academic/fastqc/fastqc.SlackBuild index d57da0bc57cbd..096d364dff051 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} diff --git a/academic/fastqc/fastqc.info b/academic/fastqc/fastqc.info index aadf16f0a356f..688ead331e4cb 100644 --- a/academic/fastqc/fastqc.info +++ b/academic/fastqc/fastqc.info @@ -1,8 +1,8 @@ PRGNAM="fastqc" -VERSION="0.11.5" +VERSION="0.11.7" HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/" -DOWNLOAD="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.5.zip" -MD5SUM="3524f101c0ab0bae77c7595983170a76" +DOWNLOAD="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.7.zip" +MD5SUM="8fead05fa62c5e723f0d2157a9b5fcd4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |