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" } } }