seqcli: Update to version 2020.3.345

This commit is contained in:
Jakub Čábera 2020-09-30 08:55:28 +02:00
parent 5a78c9e696
commit fa56e57660

View File

@ -1,15 +1,23 @@
{ {
"version": "2020.2.319", "version": "2020.3.345",
"description": "Seq command-line client", "description": "Seq command-line client",
"homepage": "https://github.com/datalust/seqcli", "homepage": "https://github.com/datalust/seqcli",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/datalust/seqcli/releases/download/v2020.2.319/seqcli-2020.2.319-win-x64.zip", "architecture": {
"hash": "5c4155ec65b31ef93fdf3b11d3433815fca3fbe2bd0057bb6b9fc58eeb7843c4", "64bit": {
"extract_dir": "seqcli-2020.2.319-win-x64", "url": "https://github.com/datalust/seqcli/releases/download/v2020.3.345/seqcli-2020.3.345-win-x64.zip",
"hash": "3b4ae185f6ba27ca954c0bafb888f7c2d239ab810cde99087977f14eb7a2d824",
"extract_dir": "seqcli-2020.3.345-win-x64"
}
},
"bin": "seqcli.exe", "bin": "seqcli.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"url": "https://github.com/datalust/seqcli/releases/download/v$version/seqcli-$version-win-x64.zip", "architecture": {
"extract_dir": "seqcli-$version-win-x64" "64bit": {
"url": "https://github.com/datalust/seqcli/releases/download/v$version/seqcli-$version-win-x64.zip",
"extract_dir": "seqcli-$version-win-x64"
}
}
} }
} }