fastfetch: Update to version 1.10.0 (#4474)

This commit is contained in:
Carter Li 2023-02-21 20:59:29 +08:00 committed by GitHub
parent 417da1d03c
commit 50bc767524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,16 @@
{
"version": "1.9.1",
"version": "1.10.0",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/LinusDierheimer/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.9.1/fastfetch-1.9.1-windows.zip",
"hash": "008bbd4e588ae187ed0071ab58562658936da8adf55620dfc239ff079026b37e"
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.10.0/fastfetch-1.10.0-win64.zip",
"hash": "ec91c33ee894d5ba1e12438320715a07bd33c1109ab4dd45ff69c433860ec05e"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.10.0/fastfetch-1.10.0-win32.zip",
"hash": "4bf1a928e912500cf41de0727313f36b2a810103cbcc5b21348aac82969bc4c4"
}
},
"bin": [
@ -17,7 +21,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-windows.zip"
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win32.zip"
}
}
}