From bea15e6cd38b42e6071ffc1d66ab4a737cd1c04e Mon Sep 17 00:00:00 2001 From: Julien Chomarat Date: Fri, 3 Apr 2020 11:39:24 +0200 Subject: [PATCH] wttop: Add version 1.1 (#974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/wttop.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/wttop.json diff --git a/bucket/wttop.json b/bucket/wttop.json new file mode 100644 index 0000000000..5ffdc00b8d --- /dev/null +++ b/bucket/wttop.json @@ -0,0 +1,13 @@ +{ + "version": "1.1", + "description": "System monitor for the new Windows Terminal", + "homepage": "https://github.com/jchomarat/wttop", + "license": "MIT", + "url": "https://github.com/jchomarat/wttop/releases/download/1.1/wttop.exe", + "hash": "f39d5bf7aeb4a61b6c155ca39e4109ae4a41b0dfb50d587c6c6bb0aa6a486f28", + "bin": "wttop.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/jchomarat/wttop/releases/download/$version/wttop.exe" + } +}