From 01e9f92d96e0034905e87bd1acc2ff7313096d82 Mon Sep 17 00:00:00 2001 From: Andreas Maechler Date: Fri, 24 Aug 2018 09:51:39 -0600 Subject: [PATCH] Add seqcli version 0.1.137 (#2527) --- seqcli.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 seqcli.json diff --git a/seqcli.json b/seqcli.json new file mode 100644 index 0000000000..d19004ed6a --- /dev/null +++ b/seqcli.json @@ -0,0 +1,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", + "bin": [ + "seqcli.exe" + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/vitiral/artifact/releases/download/$version/seqcli-$version.msi" + } +}