winfetch: Add v2.2.0 (#2667)

This commit is contained in:
Rashil Gandhi 2021-09-14 19:39:50 +05:30 committed by GitHub
parent 96e5bca2d7
commit 893b487ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
bucket/winfetch.json Normal file
View File

@ -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"
}
}