development/flow: Updated for version 0.36.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-12-02 07:09:20 -08:00 committed by Willy Sudiarto Raharjo
parent 7403cb6329
commit 56cf3e55e2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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.34.0}
VERSION=${VERSION:-0.36.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ find -L . \
## This patch allows `flow` to
## be built on 32-bit systems.
## Although, `flow` doesn't pass its
## built-in tests on 32-bit,
## built-in tests on 32-bit.
## I'm leaving it here in case anyone
## decides to investigate that.
#patch -p1 < $CWD/$PRGNAM-noarch.patch

View file

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