ScoopInstaller_Main/bucket/cpufetch.json
Zarin f38d196131
cpufetch: Update to version 1.03 (#4496)
* (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>
2023-03-09 01:38:38 +05:30

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