From e8e4942fc3d739f4d726346b62cbfe6a4d3eee1c Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Wed, 16 Apr 2025 07:13:22 +0300 Subject: [PATCH] macchina: Update to version 6.4.0, fix autoupdate, add arm64 version (#6727) --- bucket/macchina.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/bucket/macchina.json b/bucket/macchina.json index 503ca48da7..51534400ba 100644 --- a/bucket/macchina.json +++ b/bucket/macchina.json @@ -1,12 +1,16 @@ { - "version": "6.1.8", + "version": "6.4.0", "description": "A system information fetcher, with an emphasis on performance and minimalism", "homepage": "https://github.com/Macchina-CLI/macchina", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Macchina-CLI/macchina/releases/download/v6.1.8/macchina-windows-x86_64.exe#/macchina.exe", - "hash": "a3b52ec23ae08f27cbaeed0b3a42e2cab89ed168f7975c58da1b7f230b2b2a72" + "url": "https://github.com/Macchina-CLI/macchina/releases/download/v6.4.0/macchina-v6.4.0-windows-x86_64.exe#/macchina.exe", + "hash": "2b7634cc1d7473d0cc7623773762b541023454f22bce0906a90a5bb2c2a52644" + }, + "arm64": { + "url": "https://github.com/Macchina-CLI/macchina/releases/download/v6.4.0/macchina-v6.4.0-windows-aarch64.exe#/macchina.exe", + "hash": "e0d15aa95230cf221e896bfe8948b05d68c3a6c04089606402e6e7d50489b417" } }, "bin": "macchina.exe", @@ -14,7 +18,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-windows-x86_64.exe#/macchina.exe" + "url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-v$version-windows-x86_64.exe#/macchina.exe" + }, + "arm64": { + "url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-v$version-windows-aarch64.exe#/macchina.exe" } } }