mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/flow: Updated for version 0.36.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
7403cb6329
commit
56cf3e55e2
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=flow
|
||||
VERSION=${VERSION:-0.34.0}
|
||||
VERSION=${VERSION:-0.36.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,7 @@ find -L . \
|
|||
## This patch allows `flow` to
|
||||
## be built on 32-bit systems.
|
||||
## Although, `flow` doesn't pass its
|
||||
## built-in tests on 32-bit,
|
||||
## built-in tests on 32-bit.
|
||||
## I'm leaving it here in case anyone
|
||||
## decides to investigate that.
|
||||
#patch -p1 < $CWD/$PRGNAM-noarch.patch
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="flow"
|
||||
VERSION="0.34.0"
|
||||
VERSION="0.36.0"
|
||||
HOMEPAGE="http://flowtype.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/facebook/flow/archive/v0.34.0.tar.gz"
|
||||
MD5SUM_x86_64="157bcf647cd48c6ecac0d0948e0424df"
|
||||
DOWNLOAD_x86_64="https://github.com/facebook/flow/archive/v0.36.0.tar.gz"
|
||||
MD5SUM_x86_64="44a2a93006dbbf0728f7c03737e6deac"
|
||||
REQUIRES="ocamlbuild"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue