sampler: Add version 1.0.2 (#308)

This commit is contained in:
Hsiao-nan Cheung 2019-08-12 13:32:11 +08:00 committed by GitHub
parent 933a88e663
commit ceb2008e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/sampler.json Normal file
View File

@ -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"
}
}
}
}