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: basic population genetic statistics.
vcftools: vcftools:
vcftools: Home: http://vcftools.sourceforge.net/ 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: vcftools:

View file

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

View file

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