academic/fastqc: Updated for version 0.11.7.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Petar Petrov 2018-06-17 23:28:44 +01:00 committed by David Spencer
parent c2ba3d3cc0
commit 3077070c69
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"