diff --git a/bucket/winfetch.json b/bucket/winfetch.json index 989e1dcb50..be84f3c954 100644 --- a/bucket/winfetch.json +++ b/bucket/winfetch.json @@ -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" } }