mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/flow: Updated for version 0.37.4.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
ca8d4e2387
commit
282f9d83c9
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=flow
|
||||
VERSION=${VERSION:-0.36.0}
|
||||
VERSION=${VERSION:-0.37.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="flow"
|
||||
VERSION="0.36.0"
|
||||
VERSION="0.37.4"
|
||||
HOMEPAGE="http://flowtype.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/facebook/flow/archive/v0.36.0.tar.gz"
|
||||
MD5SUM_x86_64="44a2a93006dbbf0728f7c03737e6deac"
|
||||
DOWNLOAD_x86_64="https://github.com/facebook/flow/archive/v0.37.4.tar.gz"
|
||||
MD5SUM_x86_64="afb7eb5e9a5d2ef3615e19392d8790b1"
|
||||
REQUIRES="ocamlbuild"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue