neofetch: Update to version 7.0.0

This commit is contained in:
Richard Kuhnt 2020-03-08 11:01:48 +00:00
parent 19119d9d61
commit ce383feb19

View File

@ -2,9 +2,9 @@
"homepage": "https://github.com/dylanaraps/neofetch", "homepage": "https://github.com/dylanaraps/neofetch",
"description": "A command-line system information tool written in bash 3.2+.", "description": "A command-line system information tool written in bash 3.2+.",
"license": "MIT", "license": "MIT",
"version": "6.1.0", "version": "7.0.0",
"url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.1.0/neofetch", "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/7.0.0/neofetch",
"hash": "fb6fe5eddbcd2aed3f245050961541cb3b5a8194658f4252db3b3ac8fed6e932", "hash": "a405e0d3fabe93af5ef6afa094a38086d20b1e4d17fe9c2c7cd593b295186d65",
"pre_install": [ "pre_install": [
"if(installed 'git-with-openssh') { $git = 'git-with-openssh' } else { $git = 'git' }", "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" "Write-Output \"& `$(join-path `$(scoop prefix $git) 'bin\\bash.exe') `$(join-path `$psscriptroot 'neofetch') @args\" | Out-File \"$dir\\neofetch.ps1\" -encoding utf8"