From 8d70a46021c86288379db00c502d15a7509d302a Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Fri, 25 Aug 2023 10:12:31 +0000 Subject: [PATCH] fastfetch@2.0.4: Remove arm64, not in the plan of upstream --- bucket/fastfetch.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index 852ec3a8e3..0c1ee46f53 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -11,10 +11,6 @@ "32bit": { "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win32.7z", "hash": "496e59c04ee457021678cb11e7ab1741d13adc759b98907cbe9c0a87b623bcf8" - }, - "arm64": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-WinArm64.7z", - "hash": "0611438377f55c686fd06991a93710f9f0cd123c7529fb76b52e4de542c65833" } }, "bin": [ @@ -29,9 +25,6 @@ }, "32bit": { "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.7z" - }, - "arm64": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-WinArm64.7z" } } }