Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Formula/seqcli.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Seqcli < Formula
desc "Seq command-line client"
homepage "https://datalust.co/seq"
url "https://github.com/datalust/seqcli/archive/refs/tags/v2025.2.02473.tar.gz"
sha256 "0e52768d85fb6495c59a30dd308522a2a3c3f38b30985ed21fc3b1c9037ea326"
url "https://github.com/datalust/seqcli/archive/refs/tags/v2026.1.02553.tar.gz"
sha256 "29f41e539edf3b97652019f72a1c21f9233993272e4f16ba22cee34de1022f09"
license "Apache-2.0"
revision 1

livecheck do
url :stable
Expand All @@ -23,7 +22,9 @@

on_linux do
depends_on "icu4c@78"
depends_on "libunwind"

Check warning on line 25 in Formula/seqcli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-24.04-arm, ghcr.io/homebrew/brew:main)

seqcli: new dependency impact

Adding `libunwind` adds 2 new recursive dependencies on arm64_linux (10.3MB).

Check warning on line 25 in Formula/seqcli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest, ghcr.io/homebrew/brew:main)

seqcli: new dependency impact

Adding `libunwind` adds 2 new recursive dependencies on x86_64_linux (4.9MB).
depends_on "openssl@3"
depends_on "zlib-ng-compat"
end

def install
Expand Down
Loading