cpufetch: Update to version 1.00

This commit is contained in:
Richard Kuhnt 2021-10-28 08:00:36 +00:00
parent adaf57f605
commit 6bbe4acc12

View File

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