academic/vcftools: Updated for version 0.1.14_12_gcdb80b8

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2016-06-05 15:53:10 +03:00 committed by Willy Sudiarto Raharjo
parent a2d9c58b50
commit 28f234cf45
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 7 deletions

View file

@ -15,5 +15,5 @@ vcftools: VCF files: validating, merging, comparing and calculate some
vcftools: basic population genetic statistics.
vcftools:
vcftools: Home: http://vcftools.sourceforge.net/
vcftools: References: /usr/doc/vcftools-0.1.14_6_g4fce995/References
vcftools: References: /usr/doc/vcftools-0.1.14_12_gcdb80b8/References
vcftools:

View file

@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vcftools
VERSION=${VERSION:-0.1.14_6_g4fce995}
VERSION=${VERSION:-0.1.14_12_gcdb80b8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVER=v0.1.14-6-g4fce995
GITVER=4fce995
SRCVER=v0.1.14-12-gcdb80b8
GITVER=2543f81
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View file

@ -1,8 +1,8 @@
PRGNAM="vcftools"
VERSION="0.1.14_6_g4fce995"
VERSION="0.1.14_12_gcdb80b8"
HOMEPAGE="https://vcftools.github.io/"
DOWNLOAD="https://github.com/vcftools/vcftools/tarball/master/vcftools-vcftools-v0.1.14-6-g4fce995.tar.gz"
MD5SUM="89e3958a76f520579cb8d7fb8f37f849"
DOWNLOAD="https://github.com/vcftools/vcftools/tarball/master/vcftools-vcftools-v0.1.14-12-gcdb80b8.tar.gz"
MD5SUM="fe39df6e451a2fc07b74538255100960"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tabix"