From 4b32d46474de40ac750d29205a13bac743fed3f8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Feb 2020 14:01:54 +0000 Subject: [PATCH] fx: Update to version 18.0.1 --- bucket/fx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fx.json b/bucket/fx.json index ea819ca822..453c05f4f9 100644 --- a/bucket/fx.json +++ b/bucket/fx.json @@ -1,12 +1,12 @@ { "homepage": "https://github.com/antonmedv/fx", - "version": "18.0.0", + "version": "18.0.1", "license": "MIT", "description": "Terminal JSON viewer", "architecture": { "64bit": { - "url": "https://github.com/antonmedv/fx/releases/download/18.0.0/fx-win.exe.zip", - "hash": "281553e4ea85c4ca7c4aded807fc28b53eeff8ec2325bf0cb86aa00b04de9e87" + "url": "https://github.com/antonmedv/fx/releases/download/18.0.1/fx-win.exe.zip", + "hash": "4e9b17a987600745e36b5c15efab1f7b75ebc6df2ea5a467c763895630e83d02" } }, "pre_install": "Rename-Item \"$dir\\fx-win.exe\" 'fx.exe'",