mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/vcftools: Updated for version 0.1.14_12_gcdb80b8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a2d9c58b50
commit
28f234cf45
3 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue