neofetch: Update to version 6.1.0

This commit is contained in:
Richard Kuhnt 2019-08-31 06:00:15 +00:00
parent bd2ce777ff
commit 868690f798

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.0.0", "version": "6.1.0",
"url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.0.0/neofetch", "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.1.0/neofetch",
"hash": "7bdcb5b51827b903a23311a101123242b3ab2df9499d8ebc238c44b01f608391", "hash": "fb6fe5eddbcd2aed3f245050961541cb3b5a8194658f4252db3b3ac8fed6e932",
"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"