cpufetch: Update to version 1.05, fix autoupdate (#5512)

This commit is contained in:
Aliaksandr Belik 2024-03-11 04:22:59 +03:00 committed by GitHub
parent 7223de1c66
commit 7af087eb1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}