From 1ef124400fb88c74d9d70a9cb54011b46cefe9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 25 Oct 2021 13:24:08 -0700 Subject: [PATCH] macchina: Update to version 4.0.1 --- bucket/macchina.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/macchina.json b/bucket/macchina.json index ef2be21328..4d1f4c9cbc 100644 --- a/bucket/macchina.json +++ b/bucket/macchina.json @@ -1,12 +1,12 @@ { - "version": "3.0.0", - "description": "A system information fetcher, with an emphasis on performance and minimalism.", + "version": "4.0.1", + "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/v3.0.0/macchina-windows.exe#/macchina.exe", - "hash": "64eb97342e04e80a5f2635d0413bc9f5c006a62fb04d6c9443dab17bb5bbfa21" + "url": "https://github.com/Macchina-CLI/macchina/releases/download/v4.0.1/macchina-windows-x86_64.exe#/macchina.exe", + "hash": "db207756a6c314c390354e5f8c60ea4f49e587bc3cc6829ba162521c11dcaa4f" } }, "bin": "macchina.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-windows.exe#/macchina.exe" + "url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-windows-x86_64.exe#/macchina.exe" } } }