From b71cf5d705b7f4e2e323b6a5c0f476e0f791252e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 15 Sep 2020 11:34:09 +0200 Subject: [PATCH] fx: Update to version 20.0.2 --- bucket/fx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fx.json b/bucket/fx.json index 9c1bc34241..91521d1c58 100644 --- a/bucket/fx.json +++ b/bucket/fx.json @@ -1,12 +1,12 @@ { - "version": "20.0.1", + "version": "20.0.2", "description": "Terminal JSON viewer", "homepage": "https://github.com/antonmedv/fx", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/antonmedv/fx/releases/download/20.0.1/fx-win.exe.zip", - "hash": "64f122d52e1e22d49f04040bc948567afa4c3219c065c5a3b33d01e9f31039af" + "url": "https://github.com/antonmedv/fx/releases/download/20.0.2/fx-win.exe.zip", + "hash": "bc4a988d72e86abe777f38a1c888d1f0b17ef7ddd07346c7d9c0a427961b4f3b" } }, "pre_install": "Rename-Item \"$dir\\fx-win.exe\" 'fx.exe'",