From 893b487ebc6345d696fb6dc2dd1039f2e8e6305b Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Tue, 14 Sep 2021 19:39:50 +0530 Subject: [PATCH] winfetch: Add v2.2.0 (#2667) --- bucket/winfetch.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/winfetch.json diff --git a/bucket/winfetch.json b/bucket/winfetch.json new file mode 100644 index 0000000000..d3b086c022 --- /dev/null +++ b/bucket/winfetch.json @@ -0,0 +1,13 @@ +{ + "version": "2.2.0", + "description": "A command-line system information utility for Windows", + "homepage": "https://github.com/kiedtl/winfetch", + "license": "MIT", + "url": "https://raw.githubusercontent.com/kiedtl/winfetch/v2.2.0/winfetch.ps1", + "hash": "569a4a9c87948a663540b93fbf3b8cc4e283a3f7e64c9a5d602c95b4fb38c3bc", + "bin": "winfetch.ps1", + "checkver": "github", + "autoupdate": { + "url": "https://raw.githubusercontent.com/kiedtl/winfetch/v$version/winfetch.ps1" + } +}