cpufetch: Update to version 1.04 (#4795)

* cpufetch: update filename

* cpufetch: Update to version 1.04
This commit is contained in:
Zarin 2023-05-23 15:27:17 -04:00 committed by GitHub
parent f182c8971b
commit 9dbdb73747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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