diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index 99d0196bc1..f5fbd187ad 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -1,16 +1,16 @@ { - "version": "2.7.1", + "version": "2.8.3", "description": "A neofetch-like tool for fetching system information and displaying them in a pretty way", "homepage": "https://github.com/fastfetch-cli/fastfetch", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.7.1/fastfetch-2.7.1-Win64.7z", - "hash": "c6d203a29106d19cbd5e7c8656942448be4b70fe1a13779eeb57e4503b4f45d5" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.8.3/fastfetch-windows-amd64.7z", + "hash": "e236364d7b18a88a8b541b6d95c26157c790dc48b40ad85ecf8d54e83c6c2ae6" }, "32bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.7.1/fastfetch-2.7.1-Win32.7z", - "hash": "f0f152d4f5e32256d6e294180128030355f9d2443c4751b35fca1b2479a022bd" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.8.3/fastfetch-windows-i686.7z", + "hash": "31fb59680618837b2fce347031028d9ce82c43b80065edadc45ed63017fa84bc" } }, "bin": [ @@ -21,10 +21,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.7z" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-amd64.7z" }, "32bit": { - "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.7z" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-windows-i686.7z" } } }