From 30ddfe9b40d92cd4843d4a123d6f229a4533f18c Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 17 Jun 2019 14:33:56 -0700 Subject: [PATCH] neofetch: fix autoupdate URL --- bucket/neofetch.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/neofetch.json b/bucket/neofetch.json index ab3791f01b..9a5f75bda4 100644 --- a/bucket/neofetch.json +++ b/bucket/neofetch.json @@ -1,9 +1,9 @@ { "homepage": "https://github.com/dylanaraps/neofetch", "license": "MIT", - "version": "5.0.0", - "url": "https://github.com/dylanaraps/neofetch/releases/download/5.0.0/neofetch", - "hash": "6aaa9826930c445ada70f80f444dce62f475a1f7b0d986ccd7f4576063b70706", + "version": "6.0.0", + "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/6.0.0/neofetch", + "hash": "7bdcb5b51827b903a23311a101123242b3ab2df9499d8ebc238c44b01f608391", "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" @@ -19,6 +19,6 @@ "github": "https://github.com/dylanaraps/neofetch" }, "autoupdate": { - "url": "https://github.com/dylanaraps/neofetch/releases/download/$version/neofetch" + "url": "https://raw.githubusercontent.com/dylanaraps/neofetch/$version/neofetch" } }