macchina: Update to version 6.4.0, fix autoupdate, add arm64 version (#6727)

This commit is contained in:
Aliaksandr Belik 2025-04-16 07:13:22 +03:00 committed by GitHub
parent 83b8e936ba
commit e8e4942fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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