development/flow: Updated for version 0.29.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-07-20 18:36:25 -07:00
parent a78cea333f
commit 9e098919d9
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.28.0}
VERSION=${VERSION:-0.29.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="flow"
VERSION="0.28.0"
VERSION="0.29.0"
HOMEPAGE="http://flowtype.org/"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.28.0.tar.gz"
MD5SUM="037db36cdf61dea7480b03aaa3c2c497"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.29.0.tar.gz"
MD5SUM="462fc09ff63692793a972c6e062ce6b7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocamlbuild"