diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index b5b9ec6658..bc56ff4497 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -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" } } }