development/flow: Updated for version 0.28.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2016-07-07 16:49:32 +02:00 committed by Robby Workman
parent 783ba9e72b
commit a27eab2218
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# <https://www.gnu.org/licenses/>.
PRGNAM=flow
VERSION=${VERSION:-0.27.0}
VERSION=${VERSION:-0.28.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="flow"
VERSION="0.27.0"
VERSION="0.28.0"
HOMEPAGE="http://flowtype.org/"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.27.0.tar.gz"
MD5SUM="ed9627a3509d8dc65a5b059de65da0e6"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.28.0.tar.gz"
MD5SUM="037db36cdf61dea7480b03aaa3c2c497"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml"
REQUIRES="ocamlbuild"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"