From 0a6671661eeb8b4eb9277bef42e1e2eca801e0b8 Mon Sep 17 00:00:00 2001 From: Junian Triajianto <3881052+junian@users.noreply.github.com> Date: Tue, 21 May 2024 18:07:33 +0700 Subject: [PATCH] fastfetch: Add arm64 binary (#5857) --- bucket/fastfetch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index a00fe32aab..fb268e9b34 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -11,6 +11,10 @@ "32bit": { "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-i686.7z", "hash": "99caad5a6261c3f1294792152119e82f35510e249b5201de47aa54b658fa738b" + }, + "arm64": { + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.13.1/fastfetch-windows-aarch64.7z", + "hash": "a95d0e872fdb1deccb635516abd62f20d0013541d7a1d17223bc732f5135056e" } }, "bin": [ @@ -25,6 +29,9 @@ }, "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" } } }