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