From 052ce73f9fcf682f6f99f25b1ec73acfc668eb7a Mon Sep 17 00:00:00 2001 From: Slach Date: Tue, 28 Dec 2021 15:29:50 +0500 Subject: [PATCH 1/5] add termshark 2.3.0, look details on https://github.com/ScoopInstaller/Extras/pull/5420 --- bucket/termshark.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/termshark.json diff --git a/bucket/termshark.json b/bucket/termshark.json new file mode 100644 index 0000000000000..ed5f0f68c6c9e --- /dev/null +++ b/bucket/termshark.json @@ -0,0 +1,37 @@ +{ + "version": "2.3.0", + "description": "A terminal UI for tshark, inspired by Wireshark", + "homepage": "https://github.com/gcla/termshark", + "license": "MIT", + "depends": "wireshark", + "notes": [ + "Run 'scoop install wireshark' (from a elevated shell) to install 'tshark.exe' automatically" + ], + + "architecture": { + "64bit": { + "url": "https://github.com/gcla/termshark/releases/download/v2.3.0/termshark_2.3.0_windows_x64.zip", + "hash": "6c59c1d4f856f5611242588826274a93422a9ca9052b0a0c15a13177a604fcf9", + "extract_dir": "termshark_2.3.0_windows_x64" + } + }, + "shortcuts": [ + [ + "termshark.exe", + "termshark" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/gcla/termshark/releases/download/v$version/termshark_$version_windows_x64.zip", + "extract_dir": "termshark_$version_windows_x64" + } + }, + "hash": { + "url": "$baseurl/checksums.txt", + "regex": "$sha256\\s+$basename" + } + } +} \ No newline at end of file From 4c36564d0f6c3eb83e241894a3257ddaeeee4fb5 Mon Sep 17 00:00:00 2001 From: Slach Date: Wed, 19 Nov 2025 16:59:47 +0400 Subject: [PATCH 2/5] logcli@3.6.0: add Grafana loki CLI utility Signed-off-by: Slach --- bucket/logcli.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/logcli.json diff --git a/bucket/logcli.json b/bucket/logcli.json new file mode 100644 index 0000000000000..161b137e1fd16 --- /dev/null +++ b/bucket/logcli.json @@ -0,0 +1,31 @@ +{ + "version": "3.6.0", + "description": "LogCLI is the command-line interface for Grafana Loki", + "homepage": "https://github.com/grafana/loki", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/grafana/loki/releases/download/v3.6.0/logcli-windows-amd64.exe.zip", + "hash": "eb9922a3964d3509113644fc94983368cb177c886f85ffe88910da6542dc8920" + } + }, + "bin": [ + [ + "logcli-windows-amd64.exe", + "logcli" + ] + ], + "checkver": { + "github": "https://github.com/grafana/loki" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/grafana/loki/releases/download/v$version/logcli-windows-amd64.exe.zip" + } + }, + "hash": { + "url": "https://github.com/grafana/loki/releases/download/v$version/SHA256SUMS" + } + } +} From 7f382f8e49f29c15206a9e31745e61ba66899405 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Fri, 9 Jan 2026 19:38:07 +0500 Subject: [PATCH 3/5] Update bucket/logcli.json Co-authored-by: Steve Hipwell --- bucket/logcli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/logcli.json b/bucket/logcli.json index 161b137e1fd16..333cf48b3a4a4 100644 --- a/bucket/logcli.json +++ b/bucket/logcli.json @@ -1,6 +1,6 @@ { "version": "3.6.0", - "description": "LogCLI is the command-line interface for Grafana Loki", + "description": "Command-line tool for querying and exploring logs in Grafana Loki.", "homepage": "https://github.com/grafana/loki", "license": "AGPL-3.0-only", "architecture": { From f7f65ab128cf797de0cf1b77e332f918e18a63d4 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Fri, 9 Jan 2026 19:38:15 +0500 Subject: [PATCH 4/5] Update bucket/logcli.json Co-authored-by: Steve Hipwell --- bucket/logcli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/logcli.json b/bucket/logcli.json index 333cf48b3a4a4..ad6fe8bf88c56 100644 --- a/bucket/logcli.json +++ b/bucket/logcli.json @@ -1,7 +1,7 @@ { "version": "3.6.0", "description": "Command-line tool for querying and exploring logs in Grafana Loki.", - "homepage": "https://github.com/grafana/loki", + "homepage": "https://grafana.com/docs/loki/latest/query/logcli/", "license": "AGPL-3.0-only", "architecture": { "64bit": { From 5f09a5942f5cfdab6c6ca30a55eec1ce8bc7551b Mon Sep 17 00:00:00 2001 From: Slach Date: Fri, 9 Jan 2026 19:48:57 +0500 Subject: [PATCH 5/5] logcli@3.6.3: add Grafana loki CLI utility Signed-off-by: Slach --- bucket/logcli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/logcli.json b/bucket/logcli.json index ad6fe8bf88c56..a243b15f7ec2e 100644 --- a/bucket/logcli.json +++ b/bucket/logcli.json @@ -1,12 +1,12 @@ { - "version": "3.6.0", + "version": "3.6.3", "description": "Command-line tool for querying and exploring logs in Grafana Loki.", "homepage": "https://grafana.com/docs/loki/latest/query/logcli/", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/grafana/loki/releases/download/v3.6.0/logcli-windows-amd64.exe.zip", - "hash": "eb9922a3964d3509113644fc94983368cb177c886f85ffe88910da6542dc8920" + "url": "https://github.com/grafana/loki/releases/download/v3.6.3/logcli-windows-amd64.exe.zip", + "hash": "63a4a5fa66275dff547792a04acec16954285089c9b1dc4caa1da484c49edae1" } }, "bin": [