development/flow: Updated for version 0.22.0.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-02-26 11:56:02 -08:00
parent 9850e06b86
commit dee90a340d
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.20.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.22.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="flow"
VERSION="0.20.1"
VERSION="0.22.0"
HOMEPAGE="http://flowtype.org/"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.20.1.tar.gz"
MD5SUM="3a5c5752a0e402c23aaa9730ea70b7be"
DOWNLOAD="https://github.com/facebook/flow/archive/v0.22.0.tar.gz"
MD5SUM="75a2bfa30addf10afa3b426478fe718a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml"