From e69cd97c8fd440a5fcb0d81725128803cd79b49b Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:11:36 +0530 Subject: [PATCH] cpufetch: Add version 1.00 (#2838) --- bucket/cpufetch.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/cpufetch.json diff --git a/bucket/cpufetch.json b/bucket/cpufetch.json new file mode 100644 index 0000000000..a87f4ca6eb --- /dev/null +++ b/bucket/cpufetch.json @@ -0,0 +1,28 @@ +{ + "version": "1.00", + "description": "Simple yet fancy CPU architecture fetching tool", + "homepage": "https://github.com/Dr-Noob/cpufetch", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86-64_windows.exe#/cpufetch.exe", + "hash": "94c1fb41f320ad591488ebcd2a2f3d64fcb81afcd2d39671686d32f2d82c2c41" + }, + "32bit": { + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86_windows.exe#/cpufetch.exe", + "hash": "09d7b3f6d2a31021f15332236be448c014ed1237ed5442f594b390f2992f6b17" + } + }, + "bin": "cpufetch.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe" + }, + "32bit": { + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86_windows.exe#/cpufetch.exe" + } + } + } +}