mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* (chore): fix cpufetch autoupdate * cpufetch: Update to version 1.03 * (chore): readd arch * Update cpufetch.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
14 lines
572 B
JSON
14 lines
572 B
JSON
{
|
|
"version": "1.03",
|
|
"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",
|
|
"bin": "cpufetch.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe"
|
|
}
|
|
}
|