development/flow: Updated for version 0.25.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-05-18 18:54:42 -07:00 committed by Willy Sudiarto Raharjo
parent 28eb8e07b1
commit 12f9df9392
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.24.2}
VERSION=${VERSION:-0.25.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="flow"
VERSION="0.24.2"
VERSION="0.25.0"
HOMEPAGE="http://flowtype.org/"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.24.2.tar.gz"
MD5SUM="d456835faf8aa4152c98d55d081d78a9"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.25.0.tar.gz"
MD5SUM="8ac32ca61889a4937dbf15b414cfc86d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml"