fastfetch: Fix URLs (#4878)

This commit is contained in:
sitiom 2023-06-13 01:45:00 +08:00 committed by GitHub
parent 25506dbf94
commit 884b926025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
{
"version": "1.11.3",
"description": "A neofetch-like tool for fetching system information and displaying them in a pretty way",
"homepage": "https://github.com/LinusDierheimer/fastfetch",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-win64.zip",
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-Win64.zip",
"hash": "2a6f19531bd68d149ed144f4f82053a25cc7d7aaaee86e45edca5e57963e5db6"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-win32.zip",
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-Win32.zip",
"hash": "182ce55b533448c16165dd46684f4aef67edf6f11db1970c7d150de987f39eb3"
}
},
@ -21,10 +21,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win64.zip"
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.zip"
},
"32bit": {
"url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win32.zip"
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.zip"
}
}
}