mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
fastfetch: Fix URLs (#4878)
This commit is contained in:
parent
25506dbf94
commit
884b926025
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user