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>
This commit is contained in:
Zarin 2023-03-08 15:08:38 -05:00 committed by GitHub
parent 7bc40422da
commit f38d196131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,28 +1,13 @@
{
"version": "1.00",
"version": "1.03",
"description": "Simple yet fancy CPU architecture fetching tool",
"homepage": "https://github.com/Dr-Noob/cpufetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86-64_windows.exe#/cpufetch.exe",
"hash": "94c1fb41f320ad591488ebcd2a2f3d64fcb81afcd2d39671686d32f2d82c2c41"
},
"32bit": {
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86_windows.exe#/cpufetch.exe",
"hash": "09d7b3f6d2a31021f15332236be448c014ed1237ed5442f594b390f2992f6b17"
}
},
"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": {
"architecture": {
"64bit": {
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe"
},
"32bit": {
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86_windows.exe#/cpufetch.exe"
}
}
"url": "https://github.com/Dr-Noob/cpufetch/releases/download/v$version/cpufetch_x86-64_windows.exe#/cpufetch.exe"
}
}