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