zellij -> 0.44.1 in updater-zellij-0.44.1 — zellij: 0.44.0 → 0.44.1 (#15488)

* 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 <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2026-04-08 12:50:31 -05:00
committed by GitHub
parent 48aba8ba93
commit 7b8aabcaec
2 changed files with 3 additions and 3 deletions

View File

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

View File

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