macchina: Update to version 4.0.1

This commit is contained in:
Jakub Čábera 2021-10-25 13:24:08 -07:00
parent 9042da11b5
commit 1ef124400f

View File

@ -1,12 +1,12 @@
{ {
"version": "3.0.0", "version": "4.0.1",
"description": "A system information fetcher, with an emphasis on performance and minimalism.", "description": "A system information fetcher, with an emphasis on performance and minimalism",
"homepage": "https://github.com/Macchina-CLI/macchina", "homepage": "https://github.com/Macchina-CLI/macchina",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Macchina-CLI/macchina/releases/download/v3.0.0/macchina-windows.exe#/macchina.exe", "url": "https://github.com/Macchina-CLI/macchina/releases/download/v4.0.1/macchina-windows-x86_64.exe#/macchina.exe",
"hash": "64eb97342e04e80a5f2635d0413bc9f5c006a62fb04d6c9443dab17bb5bbfa21" "hash": "db207756a6c314c390354e5f8c60ea4f49e587bc3cc6829ba162521c11dcaa4f"
} }
}, },
"bin": "macchina.exe", "bin": "macchina.exe",
@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }