macchina: Add version 1.1.6 (#2699)

This commit is contained in:
Rashil Gandhi 2021-09-20 13:13:14 +05:30 committed by GitHub
parent a40fb69ea4
commit 50ae2b4659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/macchina.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.1.6",
"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/v1.1.6/macchina-windows.exe#/macchina.exe",
"hash": "b1f382ef873a75423c14530157899dac63876c20e6d252bc59358869b1d5029c"
}
},
"bin": "macchina.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Macchina-CLI/macchina/releases/download/v$version/macchina-windows.exe#/macchina.exe"
}
}
}
}