From a065e33e32566c19926d7fa00c0d099f6943dcc7 Mon Sep 17 00:00:00 2001 From: sitiom Date: Wed, 11 Jan 2023 11:01:29 +0800 Subject: [PATCH] fastfetch: Add version 1.8.2 (#4334) * fastfetch: Add version 1.8.2 * Update description * Update description --- bucket/fastfetch.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/fastfetch.json diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json new file mode 100644 index 0000000000..8f4d1a3e4c --- /dev/null +++ b/bucket/fastfetch.json @@ -0,0 +1,24 @@ +{ + "version": "1.8.2", + "description": "A neofetch-like tool for fetching system information and displaying them in a pretty way", + "homepage": "https://github.com/LinusDierheimer/fastfetch", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.8.2/fastfetch-1.8.2-Windows.zip", + "hash": "964f9c2052a7c4195a73854d3c8f9206241e179c79808b8cd9fbf60601ad9f5f" + } + }, + "bin": [ + "fastfetch.exe", + "flashfetch.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-windows.zip" + } + } + } +}