diff --git a/bucket/neofetch.json b/bucket/neofetch.json index 67eeb4a4a8..040a4e6697 100644 --- a/bucket/neofetch.json +++ b/bucket/neofetch.json @@ -2,9 +2,9 @@ "homepage": "https://github.com/dylanaraps/neofetch", "description": "A command-line system information tool written in bash 3.2+.", "license": "MIT", - "version": "6.0.0", - "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.0.0/neofetch", - "hash": "7bdcb5b51827b903a23311a101123242b3ab2df9499d8ebc238c44b01f608391", + "version": "6.1.0", + "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.1.0/neofetch", + "hash": "fb6fe5eddbcd2aed3f245050961541cb3b5a8194658f4252db3b3ac8fed6e932", "pre_install": [ "if(installed 'git-with-openssh') { $git = 'git-with-openssh' } else { $git = 'git' }", "Write-Output \"& `$(join-path `$(scoop prefix $git) 'bin\\bash.exe') `$(join-path `$psscriptroot 'neofetch') @args\" | Out-File \"$dir\\neofetch.ps1\" -encoding utf8"