mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/flow: Updated for version 0.28.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
783ba9e72b
commit
a27eab2218
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=flow
|
||||
VERSION=${VERSION:-0.27.0}
|
||||
VERSION=${VERSION:-0.28.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="flow"
|
||||
VERSION="0.27.0"
|
||||
VERSION="0.28.0"
|
||||
HOMEPAGE="http://flowtype.org/"
|
||||
DOWNLOAD="https://github.com/facebook/flow/archive/v0.27.0.tar.gz"
|
||||
MD5SUM="ed9627a3509d8dc65a5b059de65da0e6"
|
||||
DOWNLOAD="https://github.com/facebook/flow/archive/v0.28.0.tar.gz"
|
||||
MD5SUM="037db36cdf61dea7480b03aaa3c2c497"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml"
|
||||
REQUIRES="ocamlbuild"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue