From ff698644aceb56903410ec428ac95ac41726f1ea Mon Sep 17 00:00:00 2001 From: Carter Li Date: Mon, 9 Dec 2024 20:00:34 +0800 Subject: [PATCH] fastfetch: Drop 32bit support (#6303) --- bucket/fastfetch.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index 01870ec26d..d3bf963f67 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -1,20 +1,16 @@ { - "version": "2.28.0", - "description": "A neofetch-like tool for fetching system information and displaying them in a pretty way", + "version": "2.30.1", + "description": "A maintained, feature-rich and performance oriented, neofetch like system information tool", "homepage": "https://github.com/fastfetch-cli/fastfetch", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-amd64.7z", - "hash": "766f743730dfc2a79e1060ead7879a09966527ac350f33458636a1d3f26d2337" - }, - "32bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-i686.7z", - "hash": "287e00d760d16095257d7a4bcce6de58363383622990ee97f84f88d8979a3899" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.30.1/fastfetch-windows-amd64.7z", + "hash": "c62f855fd1877848bcb5ca4ab9fca444dd85fb2c569e532a25b73d28c367b4b9" }, "arm64": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.28.0/fastfetch-windows-aarch64.7z", - "hash": "c16d08eca689dfac0d8529c11f5c2c0364929549708a17312d77d2ce484a8af3" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.30.1/fastfetch-windows-aarch64.7z", + "hash": "89159b608cf9ca7dbde0f33544654e6adddf490e43af5e46cf9ddfb7ffa0efc5" } }, "bin": [ @@ -27,9 +23,6 @@ "64bit": { "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z" }, - "32bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z" - }, "arm64": { "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-aarch64.7z" }