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