From 50ae2b4659a53b1069660310f67577cea6d96992 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Mon, 20 Sep 2021 13:13:14 +0530 Subject: [PATCH] macchina: Add version 1.1.6 (#2699) --- bucket/macchina.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/macchina.json diff --git a/bucket/macchina.json b/bucket/macchina.json new file mode 100644 index 0000000000..14e020ffbe --- /dev/null +++ b/bucket/macchina.json @@ -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" + } + } + } +}