From 662ec3ed40ab548943da8d2603339d172af7f8fb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 9 Jan 2020 10:00:24 +0000 Subject: [PATCH] fx: Update to version 18.0.0 --- bucket/fx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/fx.json b/bucket/fx.json index 37f2bf49bc..ea819ca822 100644 --- a/bucket/fx.json +++ b/bucket/fx.json @@ -1,12 +1,12 @@ { "homepage": "https://github.com/antonmedv/fx", - "version": "17.0.0", + "version": "18.0.0", "license": "MIT", "description": "Terminal JSON viewer", "architecture": { "64bit": { - "url": "https://github.com/antonmedv/fx/releases/download/17.0.0/fx-win.exe.zip", - "hash": "40f7e5a27be0c36d5e6d59b83f1c7134650cbe0dffd15fe4cb1139c73e1d1954" + "url": "https://github.com/antonmedv/fx/releases/download/18.0.0/fx-win.exe.zip", + "hash": "281553e4ea85c4ca7c4aded807fc28b53eeff8ec2325bf0cb86aa00b04de9e87" } }, "pre_install": "Rename-Item \"$dir\\fx-win.exe\" 'fx.exe'",