From 7af087eb1d06b8a7dd007e05b123ffd97dfec3df Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:22:59 +0300 Subject: [PATCH] cpufetch: Update to version 1.05, fix autoupdate (#5512) --- bucket/cpufetch.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/cpufetch.json b/bucket/cpufetch.json index b13e1d4c2e..b290eb2477 100644 --- a/bucket/cpufetch.json +++ b/bucket/cpufetch.json @@ -1,13 +1,13 @@ { - "version": "1.04", + "version": "1.05", "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.04/cpufetch.exe", - "hash": "05448769b75e101950c383df8bc2cfa1100f5f7c444aaa79b7e243c3852da790", + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.05/cpufetch_x86-64_windows.exe#/cpufetch.exe", + "hash": "2b4fc9596212762478ed1404a21a1031be0a83356d349e5636479b515fd2b770", "bin": "cpufetch.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch.exe" + "url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe" } }