From f45a1f44d76bd60e263a3e540d6c7c8477a2c85b Mon Sep 17 00:00:00 2001 From: Carter Li Date: Fri, 25 Aug 2023 18:01:54 +0800 Subject: [PATCH] fastfetch@2.0.4: Add arm64 (#5048) * fastfetch: use 7z archive * arm64 --------- Co-authored-by: HUMORCE --- bucket/fastfetch.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index f8a72c5b30..852ec3a8e3 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -5,12 +5,16 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win64.zip", - "hash": "7d8bdf5de84940b7f5c8fe088537404cf24e5fa824f0e47002d154312fc2c2ed" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win64.7z", + "hash": "e9717dd708d14a9d4663b562851e5eb959f8f2fe5940287ff98baf75c4bfeb33" }, "32bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.0.4/fastfetch-2.0.4-Win32.zip", - "hash": "4a14b77d4d09f652193af377f1453d04aae8f154be718badcafadbaa5f492f55" + "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": [ @@ -21,10 +25,13 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.zip" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.7z" }, "32bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.zip" + "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" } } }