From 9dbdb73747127c3a09aafbbd6165f48cd9a5acd6 Mon Sep 17 00:00:00 2001 From: Zarin Date: Tue, 23 May 2023 15:27:17 -0400 Subject: [PATCH] cpufetch: Update to version 1.04 (#4795) * cpufetch: update filename * cpufetch: Update to version 1.04 --- bucket/cpufetch.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/cpufetch.json b/bucket/cpufetch.json index 238ab89d50..b13e1d4c2e 100644 --- a/bucket/cpufetch.json +++ b/bucket/cpufetch.json @@ -1,13 +1,13 @@ { - "version": "1.03", + "version": "1.04", "description": "Simple yet fancy CPU architecture fetching tool", "homepage": "https://github.com/Dr-Noob/cpufetch", "license": "MIT", - "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.03/cpufetch_x86-64_windows.exe#/cpufetch.exe", - "hash": "87f53d130e1c83b317ef93876556abe66d4e68a61cd3b93f23269f4a1bdc6e11", + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.04/cpufetch.exe", + "hash": "05448769b75e101950c383df8bc2cfa1100f5f7c444aaa79b7e243c3852da790", "bin": "cpufetch.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe" + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch.exe" } }