mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/flow: Updated for version 0.30.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
804996bf9a
commit
e946a903ca
2 changed files with 5 additions and 5 deletions
|
@ -23,8 +23,8 @@
|
|||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=flow
|
||||
VERSION=${VERSION:-0.29.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.30.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="flow"
|
||||
VERSION="0.29.0"
|
||||
VERSION="0.30.0"
|
||||
HOMEPAGE="http://flowtype.org/"
|
||||
DOWNLOAD="https://github.com/facebook/flow/archive/v0.29.0.tar.gz"
|
||||
MD5SUM="462fc09ff63692793a972c6e062ce6b7"
|
||||
DOWNLOAD="https://github.com/facebook/flow/archive/v0.30.0.tar.gz"
|
||||
MD5SUM="8d11d121d5c6624a0233d2b22efd4011"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocamlbuild"
|
||||
|
|
Loading…
Reference in a new issue