development/flow: Updated for version 0.30.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-07-30 09:45:30 -07:00 committed by David Spencer
parent 804996bf9a
commit e946a903ca
2 changed files with 5 additions and 5 deletions

View file

@ -23,8 +23,8 @@
# <https://www.gnu.org/licenses/>.
PRGNAM=flow
VERSION=${VERSION:-0.29.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.30.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

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