mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/bedtools: Updated for version 2.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c8bd220ce2
commit
583aff01e1
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bedtools
|
||||
|
||||
# Copyright 2014 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# Copyright 2014-2015 Petar Petrov, petar.petrov@student.oulu.fi
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=bedtools
|
||||
DIRNAM=bedtools2
|
||||
VERSION=${VERSION:-2.21.0}
|
||||
VERSION=${VERSION:-2.22.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bedtools"
|
||||
VERSION="2.21.0"
|
||||
VERSION="2.22.1"
|
||||
HOMEPAGE="http://bedtools.readthedocs.org/"
|
||||
DOWNLOAD="https://github.com/arq5x/bedtools2/releases/download/v2.21.0/bedtools-2.21.0.tar.gz"
|
||||
MD5SUM="42cf57a5f110e06aa666aed58e0c3064"
|
||||
DOWNLOAD="https://github.com/arq5x/bedtools2/releases/download/v2.22.1/bedtools-2.22.1.tar.gz"
|
||||
MD5SUM="101c16371e0fd0bb88d55c206e1436d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue