mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
macchina: Update to version 6.4.0, fix autoupdate, add arm64 version (#6727)
This commit is contained in:
parent
83b8e936ba
commit
e8e4942fc3
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user