From 405c6198f0103b4199fd98ab177d3081019f367e Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Fri, 28 Sep 2018 23:27:52 -0400 Subject: [PATCH] seqcli: Update to version 0.1.142 --- seqcli.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/seqcli.json b/seqcli.json index d19004ed6a..7e04c1d26e 100644 --- a/seqcli.json +++ b/seqcli.json @@ -2,15 +2,16 @@ "homepage": "https://github.com/datalust/seqcli", "description": "Seq command-line client", "license": "Apache-2.0", - "version": "0.1.137", - "url": "https://github.com/datalust/seqcli/releases/download/v0.1.137/seqcli-0.1.137.msi", - "hash": "207019fe2691a4a8d42ff653de6f9d90f6d545a54d77754b2dbe78c2b017f597", - "extract_dir": "SeqCli", + "version": "0.1.142", + "url": "https://github.com/datalust/seqcli/releases/download/v0.1.142/seqcli-0.1.142-win-x64.zip", + "hash": "ca7fed8540470d0da388963aefa257b9e0ce081b3ef7f56193c0e1bcc63a821a", + "extract_dir": "seqcli-0.1.142-win-x64", "bin": [ "seqcli.exe" ], "checkver": "github", "autoupdate": { - "url": "https://github.com/vitiral/artifact/releases/download/$version/seqcli-$version.msi" + "url": "https://github.com/datalust/seqcli/releases/download/v$version/seqcli-$version-win-x64.zip", + "extract_dir": "seqcli-$version-win-x64" } }