academic/vcftools: version bump

This commit is contained in:
Petar Petrov 2016-02-02 19:54:45 +02:00 committed by Willy Sudiarto Raharjo
parent 380773085c
commit 1c78256490
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_2_g78add55/References
vcftools: References: /usr/doc/vcftools-0.1.14_6_g4fce995/References
vcftools:

View file

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

View file

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