development/flow: Updated for version 0.37.4.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-12-21 11:41:09 -08:00 committed by Willy Sudiarto Raharjo
parent ca8d4e2387
commit 282f9d83c9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="flow"
VERSION="0.36.0"
VERSION="0.37.4"
HOMEPAGE="http://flowtype.org/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/facebook/flow/archive/v0.36.0.tar.gz"
MD5SUM_x86_64="44a2a93006dbbf0728f7c03737e6deac"
DOWNLOAD_x86_64="https://github.com/facebook/flow/archive/v0.37.4.tar.gz"
MD5SUM_x86_64="afb7eb5e9a5d2ef3615e19392d8790b1"
REQUIRES="ocamlbuild"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"