From 7b8aabcaec14f10344f7b71b9dc342dc44cf7379 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:50:31 -0500 Subject: [PATCH] =?UTF-8?q?zellij=20->=200.44.1=20in=20updater-zellij-0.44?= =?UTF-8?q?.1=20=E2=80=94=20zellij:=200.44.0=20=E2=86=92=200.44.1=20(#1548?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * zellij -> 0.44.1 in updater-zellij-0.44.1 * updater-zellij-0.44.1: Package File Update Run on linux/amd64 container. * Change gcc_lib, glibc, and zlib dependencies to library Updated dependencies to require library instead of executable. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: Satadru Pramanik, DO, MPH, MEng --- manifest/x86_64/z/zellij.filelist | 2 +- packages/zellij.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/x86_64/z/zellij.filelist b/manifest/x86_64/z/zellij.filelist index fa521ae6bf..5d53a5618d 100644 --- a/manifest/x86_64/z/zellij.filelist +++ b/manifest/x86_64/z/zellij.filelist @@ -1,4 +1,4 @@ -# Total size: 51597579 +# Total size: 52411986 /usr/local/bin/zellij /usr/local/etc/bash.d/zellij /usr/local/share/bash-completion/completions/zellij diff --git a/packages/zellij.rb b/packages/zellij.rb index cf8ea4b546..90c4fe7918 100644 --- a/packages/zellij.rb +++ b/packages/zellij.rb @@ -6,7 +6,7 @@ require 'buildsystems/rust' class Zellij < RUST description 'A terminal multiplexer' homepage 'https://zellij.dev' - version '0.44.0' + version '0.44.1' license 'MIT' compatibility 'x86_64' source_url 'https://github.com/zellij-org/zellij.git' @@ -14,7 +14,7 @@ class Zellij < RUST binary_compression 'tar.zst' binary_sha256({ - x86_64: 'f91f01ce832fff4f9d243b123cf94fa190754a9ee2867f4d12d3cff6aa068447' + x86_64: '267e04f5852cb4c078f43b4330c423356d9c2871acaa3a14484c64fb93c95fad' }) depends_on 'gcc_lib' => :library