winfetch: Update to version 2.5.0

This commit is contained in:
Rashil Gandhi 2023-02-01 01:11:51 +05:30 committed by Rashil Gandhi
parent 8341cef1e2
commit 95121a012b
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD

View File

@ -1,13 +1,13 @@
{
"version": "2.4.1",
"version": "2.5.0",
"description": "A command-line system information utility for Windows",
"homepage": "https://github.com/kiedtl/winfetch",
"homepage": "https://github.com/lptstr/winfetch",
"license": "MIT",
"url": "https://raw.githubusercontent.com/kiedtl/winfetch/v2.4.1/winfetch.ps1",
"hash": "53682d71a1885b966e3dd69130f41e7cec008e558d6933be4bab58471de083fd",
"url": "https://raw.githubusercontent.com/lptstr/winfetch/v2.5.0/winfetch.ps1",
"hash": "db37e4d80dfdcf82e4725439e994a14a9eaff29a8420545ad4f05f4e5ce36502",
"bin": "winfetch.ps1",
"checkver": "github",
"autoupdate": {
"url": "https://raw.githubusercontent.com/kiedtl/winfetch/v$version/winfetch.ps1"
"url": "https://raw.githubusercontent.com/lptstr/winfetch/v$version/winfetch.ps1"
}
}