From f8ea6fd1434e200f1def04b119b63c6cf2bae3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 24 Jul 2020 04:29:04 +0200 Subject: [PATCH] flow: Update to version 0.130.0 --- bucket/flow.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/bucket/flow.json b/bucket/flow.json index feeea61a92..1181b08c87 100644 --- a/bucket/flow.json +++ b/bucket/flow.json @@ -1,16 +1,24 @@ { - "version": "0.129.0", + "version": "0.130.0", "description": "A static type checker for JavaScript code.", "homepage": "https://flowtype.org/", "license": "MIT", - "url": "https://github.com/facebook/flow/releases/download/v0.129.0/flow-win64-v0.129.0.zip", - "hash": "1dec88c02dfba6c069b373636412ef82f1692dd6f9cb5d7001cfedcbc92481d5", - "bin": "flow.exe", + "architecture": { + "64bit": { + "url": "https://github.com/facebook/flow/releases/download/v0.130.0/flow-win64-v0.130.0.zip", + "hash": "03eb5514efe125e1b5c4b8857b9fb95433e5a5101decb8b4994dbb5794407961" + } + }, "extract_dir": "flow", + "bin": "flow.exe", "checkver": { "github": "https://github.com/facebook/flow" }, "autoupdate": { - "url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip" + "architecture": { + "64bit": { + "url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip" + } + } } }