From ceb2008e457efeebef41f7f0ec754412a322ad34 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Mon, 12 Aug 2019 13:32:11 +0800 Subject: [PATCH] sampler: Add version 1.0.2 (#308) --- bucket/sampler.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/sampler.json diff --git a/bucket/sampler.json b/bucket/sampler.json new file mode 100644 index 0000000000..0ed0307e0c --- /dev/null +++ b/bucket/sampler.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://sampler.dev", + "version": "1.0.2", + "license": "GPL-3.0-or-later", + "description": "A tool for shell commands execution, visualization and alerting.", + "architecture": { + "64bit": { + "url": "https://github.com/sqshq/sampler/releases/download/v1.0.2/sampler-1.0.2-windows-amd64.exe#/sampler.exe", + "hash": "f9c71f1fe87321ddf2e893f4bdbb1d7f5393684d8ddf633e5c67b003965152ab", + "bin": "sampler.exe" + } + }, + "checkver": { + "github": "https://github.com/sqshq/sampler" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sqshq/sampler/releases/download/v$version/sampler-$version-windows-amd64.exe#/sampler.exe" + } + } + } +}